home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / include / sys / unistd.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-12-15  |  138 b   |  10 lines

  1. /*
  2.  * This file is part of the Mingw32 package.
  3.  *
  4.  * unistd.h maps (roughly) to io.h
  5.  */
  6. #ifndef __STRICT_ANSI__
  7. #include <io.h>
  8. #endif
  9.  
  10.