Tweak the options list a bit: change around some short options, and
[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;