New operation mode to remove the data file. Now you can get a nicely
[sgt/agedu] / agedu.h
1 /*
2 * Central header file for agedu, defining various useful things.
3 */
4
5 #define PNAME "agedu"
6
7 #define DUMPHDR "agedu dump file. pathsep="
8
9 #define lenof(x) (sizeof((x))/sizeof(*(x)))
10
11 extern char pathsep;