Re: BOOLs, definition of YES
Re: BOOLs, definition of YES
- Subject: Re: BOOLs, definition of YES
- From: Andrew Pinski <email@hidden>
- Date: Tue, 20 May 2003 10:39:54 -0400
If you want a definition of a boolean that !!true == true then include
stdbool.h
and use the type bool, you can use true and false just like you do in
Java.
This is standard ISO C99.
Thanks,
Andrew Pinski
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.