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!allegra!mit-eddie!godot!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: When does void make code less readable? Message-ID: <8496@brl-tgr.ARPA> Date: Fri, 22-Feb-85 19:53:51 EST Article-I.D.: brl-tgr.8496 Posted: Fri Feb 22 19:53:51 1985 Date-Received: Wed, 27-Feb-85 02:43:13 EST References: <1995@sun.uucp> <420@lsuc.UUCP> <878@sjuvax.UUCP> <309@gumby.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 7 > typedef void unsigned ; Nope. Try typedef int void; or #define void int (Use "unsigned" if you wish; it shouldn't matter.)