Jump to content

CHAR

From EDM2
Revision as of 07:32, 21 February 2020 by Ak120 (talk | contribs) (NPCHAR)

Single-byte character.

Type

char

C Declaration Method

#define

NPCHAR

Near pointer to a character.

typedef CHAR NEAR *NPCHAR;

PCHAR

Pointer to a character.

typedef CHAR *PCHAR;