This page was last edited on January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!
Sends the data contained in a data structure specified by the parameter list to the file specified by the parameter f.
void TKVListPrint( void *f, TKVList *list, char *header );
For basic type information for each parameter, consult the Syntax section, above.
Name | Description |
---|---|
f | A pointer to the file where the data is requested to be printed. |
list | A pointer to the data structure that is requested to be printed. |
header | A pointer to the string containing additional text to be printed (date and time, source ID, comments, and so on). Set to 0 if no additional text should be printed. |
None