BOOL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Boolean | Boolean | ||
;Type | |||
unsigned long | unsigned long | ||
;Comment | |||
Values are: | Values are: | ||
*[[TRUE]] | *[[TRUE]] | ||
*[[FALSE]] | *[[FALSE]] | ||
;Example | |||
typedef unsigned long BOOL; | typedef unsigned long BOOL; | ||
==PBOOL== | |||
Pointer to BOOL | |||
typedef BOOL *PBOOL; | |||
[[Category:Data type]] | [[Category:Data type]] |