\"handy.h\"

Peter da Silva peter at graffiti.UUCP
Sun Sep 1 00:40:13 AEST 1985


> #define		FALSE		0
> #define		TRUE		1
> #define		EOL		'\0'		/* End-of-line */

#define EOL '\n'
#define EOS '\0'

... unless, of course, you're on a really weird O/S.



More information about the Comp.lang.c mailing list