blob: 7e21cc500c291ab50d2b69bf64056408c98e386b [file] [log] [blame]
Karl Zhang3de5ab12021-05-31 11:45:48 +08001int isatty(int arg) {
2 return 0;
3}