EDCS Reference Manual
Functions
EDCS PrettyPrintLabel
extern const char *
EDCS_PrettyPrintLabel
(
const char  *label_in_ptr1
);

Definition

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.


Returns

const char * representing the formated label. If the label_in_ptr is NULL, then this string will read "NULL" and if the label_in_ptr is a 0 length string a 0 length string will be returned.

Parameters Notes

1 the EDCS label to be pretty-printed.


Prev: EDCS_LabelToEVCode. Next: EDCS_PrintAttributeCode. Up:Index.