home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / djgpp / include / sys / dir.h next >
Encoding:
C/C++ Source or Header  |  1991-03-24  |  119 b   |  7 lines

  1. /*  WARNING!  This file is obsolete!  Use <dirent.h>
  2. */
  3.  
  4. #define dirent direct
  5. #include <dirent.h>
  6. #undef dirent
  7.