void tsmPrintDatabase ( TsmDatabase *database, FILE *stream )

Print a database structure

Documentation

Print a database structure.

Prints the contents of a TsmDatabase structure to the specified stream, i.e. you can direct this output to a file, or to the screen using stdout/stderr.

Returns:
Nothing (void)
Parameters:
database - the TsmDatabase structure to print
stream - the stream to output the structure to
Author:
Martin Reddy
Version:
8 December 1997
See Also:
tsmReadDatabase, tsmMakeDatabase, TsmDatabase


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page