Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!genrad!panda!talcott!harvard!seismo!brl-tgr!tgr!jeff@isi-vaxa.ARPA From: jeff@isi-vaxa.ARPA (Jeffery A. Cavallaro) Newsgroups: net.lang.c Subject: Re: \"handy.h\" Message-ID: <1135@brl-tgr.ARPA> Date: Fri, 30-Aug-85 13:29:54 EDT Article-I.D.: brl-tgr.1135 Posted: Fri Aug 30 13:29:54 1985 Date-Received: Sun, 1-Sep-85 12:35:17 EDT Sender: news@brl-tgr.ARPA Lines: 12 Well, for starters you should take a look at the specification for the portability definition file "stdtype.h" described in the PLUM HALL document "C PROGRAMMING STANDARDS AND GUIDELINES". The latest version I have is JAN-1982, edition 3. In this addition, stdtype is described in section 1.3. Every site should have a version for each particular machine type. In addition, I would suggest the following: #define FALSE 0 #define TRUE 1 #define EOL '\0' /* End-of-line */