Tweak the options list a bit: change around some short options, and
[sgt/agedu] / agedu.h
CommitLineData
353bc75d 1/*
2 * Central header file for agedu, defining various useful things.
3 */
4
5#define PNAME "agedu"
6
bf53e756 7#define DUMPHDR "agedu dump file. pathsep="
8
353bc75d 9#define lenof(x) (sizeof((x))/sizeof(*(x)))
10
11extern char pathsep;