Jump to content

CHAR: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
Line 10: Line 10:
Near pointer to a character.
Near pointer to a character.
  typedef CHAR NEAR *NPCHAR;
  typedef CHAR NEAR *NPCHAR;
==PCHAR==
Pointer to a character.
typedef CHAR *PCHAR;


[[Category:Data type]]
[[Category:Data type]]

Revision as of 07:32, 21 February 2020

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;