Jump to content

CHAR

From EDM2
(Redirected from NPCHAR)

Single-byte character.

Type

char

C Declaration Method

#define

Example

#define CHAR char

NPCHAR

Near pointer to a character.

typedef CHAR NEAR *NPCHAR;

PCHAR

Pointer to a character.

typedef CHAR *PCHAR;