Jump to content

APSZ: Difference between revisions

From EDM2
No edit summary
No edit summary
 
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==
==Example Code==

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];