Jump to content

PCH: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== PCH ==
Pointer to a character string
 
Pointer to a character string.


=== Type ===
=== Type ===
unsigned char *PCH


unsigned char  *PCH
==== C Declaration Method ====
typedef


==== C Declaration Method ====
=== Example Code===
typedef unsigned char *PCH;


typedef
[[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;