Probably about time I had a central header file containing misc stuff.
[sgt/agedu] / agedu.h
1 /*
2 * Central header file for agedu, defining various useful things.
3 */
4
5 #define PNAME "agedu"
6
7 #define lenof(x) (sizeof((x))/sizeof(*(x)))
8
9 extern char pathsep;