Jump to content

AttrObject: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Determine character classifications
Determine character classifications


=== Syntax ===
== Type ==
  typedef void *AttrObject;
  [[VOID]] pointer


=== Type ===
== C declaration method ==
  [[VOID]] pointer
  typedef


==== C declaration method ====
== Example Code ==
typedef
typedef void *AttrObject;


[[Category:Data type]]
[[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;