Jump to content

STR16

From EDM2
Revision as of 23:55, 14 April 2025 by Martini (talk | contribs) (Created page with "String of characters, with an implicit length, in a 16-byte field. == Type == CHAR == C Declaration Method == typedef == Example Code == typedef CHAR STR16[16]; Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Type

CHAR

C Declaration Method

typedef

Example Code

typedef CHAR STR16[16];