vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

isatty.c (56B)


      1 #include <unistd.h>
      2 
      3 int isatty(int fd)
      4 {
      5 	return 0;
      6 }
      7