Jump to content

BOOL: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
== BOOL ==
Boolean
Boolean


=== Type ===
== Type ==
unsigned long
unsigned long


==== Coment ====
== Coment ==
Values are:
Values are:
*[[TRUE]]
*[[TRUE]]
*[[FALSE]]
*[[FALSE]]


=== Example===
== Example ==
  typedef unsigned long BOOL;
  typedef unsigned long BOOL;
[[Category:Data type]]
[[Category:Data type]]

Revision as of 00:18, 17 August 2017

Boolean

Type

unsigned long

Coment

Values are:

Example

typedef unsigned long BOOL;