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