Files
yait/globals.h
2025-11-10 21:54:10 -05:00

9 lines
145 B
C

#ifndef GLOBALS_H_
#define GLOBALS_H_
enum { SINGLE, FULL };
#define NPAT 4096 /* number of bytes for path buffer */
#endif /* GLOBALS_H_ */