PCH: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
Pointer to a character string | Pointer to a character string | ||
| Line 8: | Line 7: | ||
typedef | typedef | ||
[[Category:Data type]] | === Example Code=== | ||
typedef unsigned char *PCH; | |||
[[Category:PM Data type]] | |||
Latest revision as of 19:48, 25 June 2023
Pointer to a character string
Type
unsigned char *PCH
C Declaration Method
typedef
Example Code
typedef unsigned char *PCH;