next up previous contents index
Next: xGetTime Up: Utility Routines Previous: xFree

Time

 

The x-kernel uses a time structure that is the same as that of Unix.

 
		typedef struct {

long sec;

long usec;

} XTime;

 





Larry Peterson
Wed Jan 10 10:40:08 MST 1996