home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
cpm
/
utils
/
s
/
smc21lib.lzh
/
ISATTY.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-25
|
256 b
|
10 lines
extern int _device[];
/*
** Return "true" if fd is a device, else "false"
*/
isatty(fd) int fd; {
return (_device[fd]);
}