Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.6.2.16 $; site ada-uts.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!ada-uts!richw From: richw@ada-uts.UUCP Newsgroups: net.lang.c Subject: "handy.h" Message-ID: <10200006@ada-uts.UUCP> Date: Wed, 28-Aug-85 09:39:00 EDT Article-I.D.: ada-uts.10200006 Posted: Wed Aug 28 09:39:00 1985 Date-Received: Sat, 31-Aug-85 08:21:54 EDT Lines: 16 Nf-ID: #N:ada-uts:10200006:000:494 Nf-From: ada-uts!richw Aug 28 09:39:00 1985 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 (an AWFUL lot) has been going on about Boolean typedefs/defines -- that's the sort of thing I'm looking for: typedef enum { false, true } bool; Other plausible candidates for this "second stdio.h" might be: typedef char *string; #define FORMFEED '\014' /* ASCII form feed */ Any other suggestions would be appreciated. -- Rich Wagner