Jump to content

STR32: Difference between revisions

From EDM2
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"
(No difference)

Revision as of 16:59, 8 February 2020

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

Example Code

typedef CHAR STR32[32];