Jump to content

PCSZ

From EDM2
Revision as of 20:50, 25 June 2023 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pointer to a constant null-terminated string

Type

char

C Declaration Method

typedef const

Example Code

typedef const char *PCSZ;