home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Programmation / GCC / gcc_include / fcntl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-08  |  162 b   |  10 lines

  1. /*    file control for ansic.library        */
  2. /*    (c)Copyright 1992 Davide Pasetto     */
  3.  
  4. #ifndef    _FCNTL_H
  5. #define    _FCNTL_H
  6.  
  7. #include    <sys/file.h>
  8.  
  9. #endif    /* _FCNTL_H */
  10.