PCSZ: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== PCSZ == | == PCSZ == | ||
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 | ||
[[Category:Data type]] | |||
[[Category: |
Revision as of 22:17, 19 October 2016
PCSZ
Pointer to a constant null-terminated string
Type
char
C Declaration Method
typedef const