Jump to content

UlsBool: Difference between revisions

From EDM2
ulsBool created
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== ulsBool ==
{{DISPLAYTITLE:ulsBool}}
 
Boolean variable used with internationalisation functions
Boolean variable.


=== Type ===
=== Type ===
  int
  int
; 0 : false
; 0 : false
Line 10: Line 8:


==== C declaration method ====
==== C declaration method ====
typedef
typedef


=== Fields ===
=== Comment ===
Although this is a signed int, the valid values are zero and one.


 
[[Category:Data type]]
=== Comment ===

Latest revision as of 14:28, 24 May 2017

Boolean variable used with internationalisation functions

Type

int
0
false
1
true

C declaration method

typedef

Comment

Although this is a signed int, the valid values are zero and one.