PDA

View Full Version : NULL undeclared


dwx1
Oct21-05, 08:03 PM
Hi, I'm just learning how to program in C. When I try to compile my program, I get errors saying that NULL is undeclared. I didn't think I had to declare it...
So anyway, can anyone tell me how I go about declaring it? Thanks.

dduardo
Oct21-05, 08:15 PM
NULL is declared in stdio.h