2003-09-23 22:28:01 +00:00

7 lines
93 B
C

#ifndef MISC_H
#define MISC_H
int gettimeofday(struct timeval *,struct timezone *);
#endif