blob: 4b6c527114d0ba7c7aaaa9b13cb1d3e171266a6e [file] [log] [blame]
Gary Morrisonced8c6f2020-02-27 19:35:59 +00001int isatty(int arg) {
2 return 0;
3}