BOOL: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Boolean | Boolean | ||
==Type== | |||
unsigned long | unsigned long | ||
==C Declaration Method== | |||
typedef unsigned | |||
==Comment== | |||
Values are: | Values are: | ||
*[[TRUE]] | *[[TRUE]] | ||
*[[FALSE]] | *[[FALSE]] | ||
==Example== | |||
typedef unsigned long BOOL; | typedef unsigned long BOOL; | ||