EDCS Reference Manual
Functions EDCS PrettyPrintLabel |
---|
extern const char * | ||||
EDCS_PrettyPrintLabel | ||||
( | ||||
const | char | * | label_in_ptr | 1 |
); |
Given a character string representing an EDCS label, this function will return a character string that has been smartly capitalized, for presentation purposes. Abbreviations in EDCS labels will retain their capitalization.
1 the EDCS label to be pretty-printed.
Prev: EDCS_LabelToEVCode.
Next: EDCS_PrintAttributeCode.
Up:Index.
|