home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / INCLUD83.ZOO / sys / time.h < prev    next >
C/C++ Source or Header  |  1992-07-20  |  124b  |  8 lines

  1. /* sys/time.h for bsd compatibility */
  2. #ifndef _SYS_TIME_H
  3. #define _SYS_TIME_H
  4.  
  5. #include <time.h>
  6.  
  7. #endif /* _SYS_TIME_H */
  8.