/* sys/time.h: POSIX time types. */ #ifndef _SYS_TIME_H #define _SYS_TIME_H #include #include #ifdef __cplusplus extern "C" { #endif /* Get the current time of day. */ __deprecated int gettimeofday(struct timeval* tp, void* timezone); #ifdef __cplusplus } #endif #endif