SIZEOF

Doug Gwyn (VLD/VMB) gwyn at Brl-Vld.ARPA
Mon Jan 28 03:08:04 AEST 1985


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.



More information about the Comp.lang.c mailing list