This commit is contained in:
2025-11-10 21:54:10 -05:00
parent bfefb223f1
commit 1c9d62dabf
10 changed files with 172 additions and 41 deletions

View File

@@ -1,6 +1,8 @@
#ifndef GLOBALS_H_
#define GLOBALS_H_
enum { SINGLE, FULL };
#define NPAT 4096 /* number of bytes for path buffer */
#endif /* GLOBALS_H_ */