Simple question really.. I'm just starting out programming with Xcode and I'm creating a simple ANSI C program and the Xcode book I'm reading says to include c.h because it defines true and false for you among other things. I don't have c.h though and I'm wondering if it's a big deal or not.
How can I solve this problem?