> #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.