Jump to content

CHAR: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
Single-byte character.
Single-byte character.


=== Type ===
== Type ==
char
[[char]]


==== C Declaration Method ====
== C Declaration Method ===
  #define
  #define
==Example==
#define CHAR [[char]]


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

Revision as of 00:21, 17 August 2017

Single-byte character.

Type

char

C Declaration Method =

#define

Example

#define CHAR char