Jump to content

STR8

From EDM2
Revision as of 17:58, 8 February 2020 by Martini (talk | contribs) (Created page with "String of 8 characters. ==Example Code== <PRE> typedef CHAR STR8[8]; </PRE> Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

String of 8 characters.

Example Code

typedef CHAR STR8[8];