home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / unistd.h < prev    next >
C/C++ Source or Header  |  1998-12-24  |  139b  |  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.