RTEMS 4.7.0 On-Line Library
Process Environment Manager isatty - Determine if File Descriptor is Terminal
 
 
RTEMS POSIX API User's Guide 
3.4.22: isatty - Determine if File Descriptor is Terminal
CALLING SEQUENCE:
- 
int isatty(
  int fd
);
 
STATUS CODES:
Returns 1 if fd is a terminal device and 0 otherwise.
DESCRIPTION:
This service returns 1 if fd is an open file descriptor
connected to a terminal and 0 otherwise.
NOTES:
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation