home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / djdev108.zip / INCLUDE / SYS / DIR.H < prev    next >
C/C++ Source or Header  |  1992-03-09  |  119b  |  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.