43unsigned sleep(
unsigned sec);
 
   51extern int nanosleep(
const struct timespec* rqtp, 
struct timespec* rmtp);
 
   53char* 
strptime(
const char* buf, 
const char* format, 
struct tm* timeptr);
 
unsigned long useconds_t
Definition: wtime.h:35
int nanosleep(const struct timespec *rqtp, struct timespec *rmtp)
Definition: wtime.cpp:85
int usleep(useconds_t us)
Definition: wtime.cpp:107
unsigned sleep(unsigned sec)
Definition: wtime.cpp:94
char * strptime(const char *buf, const char *format, struct tm *timeptr)
Definition: wtime.cpp:320
long suseconds_t
Definition: wtime.h:36