CHAR: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
[[char]] | [[char]] | ||
== C Declaration Method == | ===C Declaration Method=== | ||
#define | #define | ||
== | ==NPCHAR== | ||
Near pointer to a character. | |||
typedef CHAR NEAR *NPCHAR; | |||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 07:29, 21 February 2020
Single-byte character.
Type
char
C Declaration Method
#define
NPCHAR
Near pointer to a character.
typedef CHAR NEAR *NPCHAR;