6 lines
112 B
C
6 lines
112 B
C
#ifndef MY_UNISTD_H
|
|
#define MY_UNISTD_H 1
|
|
|
|
inline bool isatty(int) { return false; }
|
|
|
|
#endif // MY_UNISTD_H
|