NULL is not defined w/o including stddefs.h, so the test program
fails to compile. A simple s/NULL/0/ fixes it.
1.3 KiB
1.3 KiB
NULL is not defined w/o including stddefs.h, so the test program
fails to compile. A simple s/NULL/0/ fixes it.