STR32: Difference between revisions
Appearance
Created page with "String of characters, with an implicit length, in a 32-byte field. ==Example Code== <PRE> typedef CHAR STR32[32]; </PRE> Category:Data type" |
mNo edit summary |
||
Line 1: | Line 1: | ||
String of characters, with an implicit length, in a 32-byte field. | String of characters, with an implicit length, in a 32-byte field. | ||
typedef CHAR STR32[32]; | |||
typedef CHAR STR32[32]; | |||
[[Category:Data type]] | [[Category:PM Data type]] |
Latest revision as of 12:37, 21 February 2020
String of characters, with an implicit length, in a 32-byte field.
typedef CHAR STR32[32];