Subversion Repositories f9daq

Rev

Rev 197 | Blame | 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);

#ifdef __cplusplus
}
#endif
#endif