Prefer 0 over NULL as function pointers
0
NULL
SunC warns use of NULL, pointer to data as function pointers.
Prefer
0overNULLas function pointersSunC warns use of
NULL, pointer to data as function pointers.