home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
enterprs
/
cpm
/
utils
/
s
/
smc21lib.lzh
/
FERROR.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
|
14 lines
#define NOCCARGC
#include stdio.h
#include clib.def
/*
** Write buffer for fd if it has changes.
*/
extern int _status[]; /*error in DDJ*/
ferror(fd) int fd; {
return(_status[fd] & ERRBIT);
}