Using
(void *)0
, in the guise of
NULL
, instead of
(char *)0
happens to work only because of a special guarantee about the representations of
void *
and
char *
pointers.
back
This page by
Steve Summit
//
Copyright
1995-2004 //
feedback