EDCS Reference Manual
Functions EDCS PrintString |
---|
extern void | ||||
EDCS_PrintString | ||||
( | ||||
const | EDCS_String | * | value_ptr, | 1 |
const | char | * | name_ptr, | 2 |
EDCS_Count | level | |||
); |
Prints the information in the given EDCS_String
1 pointer to EDCS_String whose contents are to be printed; if NULL, prints error message and returns to caller
2 name of value_ptr field at the caller's level
Prev: EDCS_PrintStatusCode.
Next: EDCS_PrintUnitCode.
Up:Index.
|