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 );
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