Jump to content

STR64

From EDM2
Revision as of 17:59, 8 February 2020 by Martini (talk | contribs) (Created page with "String of characters, with an implicit length, in a 64-byte field. ==Example Code== <PRE> typedef CHAR STR64[64]; </PRE> Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

String of characters, with an implicit length, in a 64-byte field.

Example Code

typedef CHAR STR64[64];