home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6574.LZX / include / dirent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-04  |  160 b   |  11 lines

  1. /* Copyright (c) 1992-1993 SAS Institute, Inc., Cary, NC USA */
  2. /* All Rights Reserved */
  3.  
  4.  
  5. #ifndef _DIRENT_H
  6. #define _DIRENT_H 1
  7.  
  8. #include <sys/dir.h>
  9.  
  10. #endif
  11.