Because of the special assignment properties of
void *
pointers, the initialization
FILE *fp = NULL;
is
valid if
NULL
is defined as
((void *)0)
.
back
This page by
Steve Summit
//
Copyright
1995-2004 //
feedback