Re: NULL pointers.
From: Mark Grosberg <mark_at_nolab.conman.org>
Date: 2003-10-15 04:56:58 CEST
On Mon, 13 Oct 2003, Jack Repenning wrote:
> > struct some_complex_struct __tmp = { 0 };
Nope. It is the C compiler, not the preprocessor that translates the
char *p_foo = 0;
would be translated by the compiler as:
MOV [p_foo], 80000000h
L8r,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.