PCH: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef | typedef | ||
=== Example Code=== | |||
typedef unsigned char *PCH; | |||
[[Category:PM Data type]] | [[Category:PM Data type]] |
Latest revision as of 20:48, 25 June 2023
Pointer to a character string
Type
unsigned char *PCH
C Declaration Method
typedef
Example Code
typedef unsigned char *PCH;