This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia-newlib
Watch
1
Star
0
Fork
You've already forked acadia-newlib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
351b57527d
acadia-newlib
/
newlib
/
libc
/
posix
/
isatty.c
11 lines
103 B
C
Raw
Blame
History
/* isatty.c */
#
include
<unistd.h>
#
include
<reent.h>
int
isatty
(
int
fd
)
{
return
_isatty
(
fd
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink