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

14
edef.h Normal file
View File

@@ -0,0 +1,14 @@
/* edef.h
*
* Program definitions
*
* written by vx-clutch
*/
#ifndef EDEF_H_
#define EDEF_H_
enum { SINGLE = 1, FULL = 2 };
#define NPAT 4096 /* number of bytes for path buffer */
#endif /* EDEF_H_ */