Files
ispc/winstuff/unistd.h
2011-06-21 12:48:50 -07:00

6 lines
112 B
C

#ifndef MY_UNISTD_H
#define MY_UNISTD_H 1
inline bool isatty(int) { return false; }
#endif // MY_UNISTD_H