Saying in the man page that I hadn't tested on a 64-bit machine was
[sgt/agedu] / agedu.h
... / ...
CommitLineData
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
11extern char pathsep;