vide_public/zobov/voz.h

8 lines
177 B
C

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