Jump to content

CHAR: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
 
Line 6: Line 6:
===C Declaration Method===
===C Declaration Method===
  #define
  #define
===Example===
#define CHAR char


==NPCHAR==
==NPCHAR==

Latest revision as of 18:53, 25 May 2024

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;