The x-kernel uses a time structure that is the same as that of Unix.
typedef struct { long sec; long usec; } XTime;
long sec;
long usec;
} XTime;