AttrObject: Difference between revisions
Appearance
AttrObject created |
No edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Determine character classifications | |||
== Type == | |||
[[VOID]] pointer | |||
[[ | |||
== C declaration method == | |||
typedef | typedef | ||
== | == Example Code == | ||
typedef void *AttrObject; | |||
[[Category:Data type]] |
Latest revision as of 16:28, 17 August 2017
Determine character classifications
Type
VOID pointer
C declaration method
typedef
Example Code
typedef void *AttrObject;