Rev 197 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef _GETTIMEOFDAY_H_
#define _GETTIMEOFDAY_H_
#ifdef __cplusplus
extern "C" {
#endif
int gettimeofday(struct timeval * tp, struct timezone * tzp);
}