home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
cpm
/
utils
/
s
/
smc21lib.lzh
/
ISCONS.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
|
16 lines
#include stdio.h
#include clib.def
extern int _device[];
/*
** Determine if fd is the console
*/
iscons(fd) int fd; {
return(_device[fd] == CPMCON);
}