home *** CD-ROM | disk | FTP | other *** search
/ Monster Disc 2: The Best of 1992 / MONSTER2.ISO / prog / djgpp / djdev107.a01 / INCLUDE / SYS / DIR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-09  |  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.