vide_public/c_source/vorozobov/voz.h

11 lines
277 B
C

#define MAXVERVER 100000
#define NGUARD 42 /*Actually, the number of SPACES between guard points
in each dim */
//#define NGUARD 84 /*Actually, the number of SPACES between guard points
typedef int pid_t;
typedef struct Partadj {
pid_t nadj;
pid_t *adj;
} PARTADJ;