home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gocr035b.zip / time.h < prev    next >
C/C++ Source or Header  |  2001-11-08  |  107b  |  9 lines

  1. #if !defined (_TIMEVAL)
  2. #define _TIMEVAL
  3. struct timeval
  4. {
  5.   long tv_sec;
  6.   long tv_usec;
  7. };
  8. #endif
  9.