BOOL: Difference between revisions
Appearance
No edit summary |
|||
Line 9: | Line 9: | ||
==Comment== | ==Comment== | ||
Values are: | Values are: | ||
*[[TRUE]] | *[[TRUE]], which is 1 | ||
*[[FALSE]] | *[[FALSE]], which is 0 | ||
==Example== | ==Example== |
No edit summary |
|||
Line 9: | Line 9: | ||
==Comment== | ==Comment== | ||
Values are: | Values are: | ||
*[[TRUE]] | *[[TRUE]], which is 1 | ||
*[[FALSE]] | *[[FALSE]], which is 0 | ||
==Example== | ==Example== |
Boolean
unsigned long
typedef unsigned
Values are:
typedef unsigned long BOOL;
Pointer to BOOL
typedef BOOL *PBOOL;