unistd.h 138 B

123456789
  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