Subversion Repositories f9daq

Rev

Rev 197 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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