Files
yait/globals.h
vx_clutch 1db2803e95 wip
Add header comments to globals.h for documentation
2025-11-11 08:10:14 -05:00

15 lines
215 B
C

/* globals.h
*
* Global definitions
*
* written by vx-clutch
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
enum { SINGLE, FULL };
#define NPAT 4096 /* number of bytes for path buffer */
#endif /* GLOBALS_H_ */