Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site unrvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!utah-cs!utah-gr!stride!unrvax!wohletz From: wohletz@unrvax.UUCP (Greg Wohletz) Newsgroups: net.lang.c Subject: Re: "handy.h" Message-ID: <393@unrvax.UUCP> Date: Sun, 8-Sep-85 01:52:12 EDT Article-I.D.: unrvax.393 Posted: Sun Sep 8 01:52:12 1985 Date-Received: Tue, 10-Sep-85 03:58:32 EDT References: <29@andromeda.UUCP> Reply-To: wohletz@unrvax.UUCP (Greg Wohletz) Distribution: net Organization: University of Nevada, Las Vegas Lines: 33 In article <29@andromeda.UUCP> dave@andromeda.UUCP (Dave Bloom) writes: > > > > >I'm interested in coming up with an include file, say "handy.h", > >which declares a lot of commonly useful "stuff". A lot of discussion > > . > > . > > . > >Any other suggestions would be appreciated. > > > >-- Rich Wagner > >One of the most useful #defines I use religiously is for those times when you >want to loop indefinately. Rather than say 'for(;;)', I say: > >#define loop for(;;) > >Then I can say things like: > > loop { > etc. etc. etc. > etc. etc. etc. > } > >which seems much more to the point- Loop without condition.... >-- >------------------------------------------------------------------------------- Stuff like this really stinks! Try looking at the code for `sh' and you will understand... --Greg CSNet: greg%unlv@CSNet-Relay UUCP: {seismo , ucbvax!menlo70}!unr70!unrvax!unlv44!greg