PCSZ: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Pointer to a constant null-terminated string | |||
Pointer to a constant null-terminated string | |||
=== Type === | === Type === | ||
char | char | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef const | typedef const | ||
=== Example Code=== | |||
typedef const char *PCSZ; | |||
[[Category:Data type]] | |||
[[Category: |
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;