unistd.h 165 Bytes
Newer Older
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1 2 3 4 5 6 7
/* this is a dummy file, that is needed for compiling files that are 
 * generated with flex under Windows 95/NT. 
 */
#if defined(_MSC_VER)
#include <io.h>
#endif