erroneously checked in
[codemux.git] / gettimeofdayex.h
1 #ifndef _GETTIMEOFDAYEX_H_
2 #define _GETTIMEOFDAYEX_H_
3 #include <sys/time.h>
4
5 int gettimeofdayex(struct timeval *tv, struct timezone *tz);
6 time_t timeex(time_t *t);
7
8 #endif // _GETTIMEOFDAYEX_H_