home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
small_c
/
sc88.arc
/
FERROR.C
< prev
next >
Wrap
Text File
|
1987-10-04
|
256b
|
11 lines
#define NOCCARGC /* no arg count passing */
#include stdio.h
#include clib.def
extern Ustatus[];
/*
** Test for error status on fd.
*/
ferror(fd) int fd; {
return (Ustatus[fd] & ERRBIT);
}