Subversion Repositories f9daq

Rev

Rev 197 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
195 f9daq 1
#ifndef _GETTIMEOFDAY_H_
2
#define _GETTIMEOFDAY_H_
3
#ifdef __cplusplus
4
extern "C" {
5
#endif
6
 
7
int gettimeofday(struct timeval * tp, struct timezone * tzp);
8
 
9
#ifdef __cplusplus
10
}
11
#endif
12
#endif