Jump to content

BOOL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Boolean
Boolean


== Type ==
;Type
unsigned long
unsigned long


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


== Example ==
;Example
  typedef unsigned long BOOL;
  typedef unsigned long BOOL;
==PBOOL==
Pointer to BOOL
typedef BOOL *PBOOL;


[[Category:Data type]]
[[Category:Data type]]

Revision as of 18:17, 7 November 2017

Boolean

Type

unsigned long

Comment

Values are:

Example
typedef unsigned long BOOL;

PBOOL

Pointer to BOOL

typedef BOOL *PBOOL;