home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / devc++5beta / devcpp4910.exe / include / unistd.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-17  |  149 b   |  11 lines

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