PCSZ: Difference between revisions
Appearance
m →PCSZ |
No edit summary |
||
Line 6: | Line 6: | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef const | typedef const | ||
=== Example Code=== | |||
typedef const char *PCSZ; | |||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 20:50, 25 June 2023
Pointer to a constant null-terminated string
Type
char
C Declaration Method
typedef const
Example Code
typedef const char *PCSZ;