Add isatty() function. From Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt
2014-10-27 12:29:15 -06:00
parent 6c9f325e1e
commit 6bbfb2b7ca
3 changed files with 77 additions and 2 deletions
+4
View File
@@ -298,6 +298,10 @@ int tcsendbreak(int fd, int duration);
int tcsetattr(int fd, int options, FAR const struct termios *termiosp);
/* Check if a file descriptor corresponds to a terminal I/O file */
int isatty(int fd);
#undef EXTERN
#ifdef __cplusplus
}