Jump to content

CHAR: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 4: Line 4:
  [[char]]
  [[char]]


== C Declaration Method ==
===C Declaration Method===
  #define
  #define


==Example==
==NPCHAR==
  #define CHAR [[char]]
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;