Files
2023-05-18 18:53:00 +08:00

3 lines
36 B
C

int isatty(int arg) {
return 0;
}