tinycc/win32/include/unistd.h

11 lines
149 B
C
Raw Normal View History

2005-04-15 03:49:21 +04:00
/*
* This file is part of the Mingw32 package.
*
* unistd.h maps (roughly) to io.h
*/
#ifndef __STRICT_ANSI__
#include <io.h>
#endif