home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
ENTERPRS
/
CPM
/
UTILS
/
S
/
SMC21LIB.LZH
/
ISCONS.C
< prev
next >
Wrap
Text File
|
2000-06-30
|
256b
|
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);
}