Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!DSullivan.CSC_SDO@hi-multics From: DSullivan.CSC_SDO%hi-multics@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: (char *)0 vs 0 vs (int *)0 Message-ID: <16717@sri-arpa.UUCP> Date: Thu, 16-Feb-84 00:26:00 EST Article-I.D.: sri-arpa.16717 Posted: Thu Feb 16 00:26:00 1984 Date-Received: Mon, 20-Feb-84 01:11:48 EST Lines: 10 On your Honeywell Level-6 GCOS system, there are a few interesting sizeof values: sizeof(int) == 2 sizeof(char *) == 6 sizeof(parm *) == 6 sizeof(int *) == 4 /* withing structures */ Now what size of 0 do you want this time! It takes Lint to figure out why it dumped core on well defined and working PDP-11 or VAX code. Bleck. -- Drew (Just a lowly elf)