STR16: Difference between revisions
Appearance
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" |
(No difference)
|
Latest revision as of 23:55, 14 April 2025
String of characters, with an implicit length, in a 16-byte field.
Type
CHAR
C Declaration Method
typedef
Example Code
typedef CHAR STR16[16];