Jump to content

STR64: Difference between revisions

From EDM2
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"
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
String of characters, with an implicit length, in a 64-byte field.  
String of characters, with an implicit length, in a 64-byte field.
typedef CHAR STR64[64];


==Example Code==
[[Category:PM Data type]]
<PRE>
typedef CHAR STR64[64];
</PRE>
 
[[Category:Data type]]

Latest revision as of 12:38, 21 February 2020

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

typedef CHAR STR64[64];