isatty.c - vx32 - Local 9vx git repository for patches.
(HTM) git clone git://r-36.net/vx32
(DIR) Log
(DIR) Files
(DIR) Refs
---
isatty.c (56B)
---
1 #include <unistd.h>
2
3 int isatty(int fd)
4 {
5 return 0;
6 }
7