STR8: Difference between revisions
Appearance
Created page with "String of 8 characters. ==Example Code== <PRE> typedef CHAR STR8[8]; </PRE> Category:Data type" |
mNo edit summary |
||
Line 1: | Line 1: | ||
String of 8 characters. | String of 8 characters. | ||
typedef CHAR STR8[8]; | |||
typedef CHAR STR8[8]; | |||
[[Category:Data type]] | [[Category:PM Data type]] |
Latest revision as of 12:37, 21 February 2020
String of 8 characters.
typedef CHAR STR8[8];