APSZ: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
An array of pointers to NULL-terminated strings. | An array of pointers to NULL-terminated strings. | ||
==C Declaration Method== | |||
typedef | |||
==Example Code== | |||
typedef PSZ APSZ[1]; | typedef PSZ APSZ[1]; | ||
[[Category: Data type]] | [[Category: Data type]] |
Latest revision as of 17:22, 2 May 2025
An array of pointers to NULL-terminated strings.
C Declaration Method
typedef
Example Code
typedef PSZ APSZ[1];