Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 (Fortune 01.1b1); site graffiti.UUCP Path: utzoo!linus!decvax!genrad!panda!talcott!harvard!seismo!ut-sally!ut-ngp!shell!graffiti!peter From: peter@graffiti.UUCP (Peter da Silva) Newsgroups: net.lang.c Subject: Re: \"handy.h\" Message-ID: <148@graffiti.UUCP> Date: Sat, 31-Aug-85 10:40:13 EDT Article-I.D.: graffiti.148 Posted: Sat Aug 31 10:40:13 1985 Date-Received: Mon, 2-Sep-85 09:33:53 EDT References: <1133@brl-tgr.ARPA> Organization: The Power Elite, Houston, TX Lines: 8 > #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.