home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / unixlib / !UnixLib / clib / sys / h / dirent < prev    next >
Encoding:
Text File  |  1993-09-01  |  149 b   |  11 lines

  1. /* sys/dirent.h (c) Copyright 1991 H.Rogers */
  2.  
  3. #ifndef __SYS_DIRENT_H
  4. #define __SYS_DIRENT_H
  5.  
  6. #ifndef __DIRENT_H
  7. #include <dirent.h>
  8. #endif
  9.  
  10. #endif
  11.