This commit is contained in:
2025-11-11 21:49:23 -05:00
parent 22242dc532
commit f764bc6759
9 changed files with 140 additions and 47 deletions

View File

@@ -1,14 +1,6 @@
/* globals.h
*
* Global definitions
*
* written by vx-clutch
*/
#ifndef GLOBALS_H_
#define GLOBALS_H_
enum { SINGLE = 1, FULL = 2 };
extern int I;
#define NPAT 4096 /* number of bytes for path buffer */
#endif /* GLOBALS_H_ */
#endif