Files
yait/globals.h
2025-11-09 21:55:07 -05:00

7 lines
121 B
C

#ifndef GLOBALS_H_
#define GLOBALS_H_
#define NPAT 4096 /* number of bytes for path buffer */
#endif /* GLOBALS_H_ */