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!tgr!gwyn@Brl-Vld.ARPA From: Doug Gwyn (VLD/VMB) Newsgroups: net.lang.c Subject: Re: SIZEOF Message-ID: <7741@brl-tgr.ARPA> Date: Sun, 27-Jan-85 12:08:04 EST Article-I.D.: brl-tgr.7741 Posted: Sun Jan 27 12:08:04 1985 Date-Received: Tue, 29-Jan-85 06:47:44 EST Sender: news@brl-tgr.ARPA Organization: Ballistic Research Lab Lines: 5 Bogus, bogus. sizeof (int) is not required to be the same as sizeof (int *). sizeof (int *) is also not necessarily the same as sizeof (char *). 0 is not the same as (char *)0.