Jump to content

LocaleItem: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
 
Line 8: Line 8:
typedef
typedef


====Example====
<PRE>
typedef int LocaleItem;
</PRE>
[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 02:41, 16 August 2017

LocaleItem

Placeholder for a locale or cultural item in a locale.

Type

int pointer

C declaration method

typedef

Example

typedef int LocaleItem;