home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / emxdev8f.zip / FILE.H < prev    next >
C/C++ Source or Header  |  1992-08-01  |  107b  |  7 lines

  1. /* sys/file.h (emx+gcc) */
  2.  
  3. #if !defined (_SYS_FILE_H)
  4. #define _SYS_FILE_H
  5. #include <fcntl.h>
  6. #endif
  7.