home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
USCX
/
ROFF.ZIP
/
FILEIO.C
< prev
next >
Wrap
Text File
|
1982-09-01
|
235b
|
17 lines
#include "stdio.h"
#include "ctype.h"
#define TRUE 1
#define FALSE 0
/* can be used for at most one character ptr argument */
errprnt(cs, arg)
char *cs, *arg;
{
fprintf( stderr, cs, arg);
fflush(stderr);
}