Functions
libtpcimgiov.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void libtpcimgio_print_readme (FILE *fp)
 
void libtpcimgio_print_history (FILE *fp)
 
void libtpcimgio_print_dreadme (FILE *fp)
 
void libtpcimgio_print_dhistory (FILE *fp)
 
void libtpcimgio_print_build (FILE *fp)
 
void libtpcimgio_printdate (FILE *fp)
 

Function Documentation

void libtpcimgio_print_build ( FILE *  fp)

Print the build info to specified FILE pointer, use stdout for screen.

Parameters
fpfile pointer where to print

Definition at line 442 of file libtpcimgiov.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcimgio_printdate(), main(), and print_usage().

void libtpcimgio_print_dhistory ( FILE *  fp)

Print the library History to specified FILE pointer with Doxygen tags, use stdout for screen.

Parameters
fpfile pointer where to print

Definition at line 431 of file libtpcimgiov.c.

References libtpcimgio_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpcimgio_print_dreadme ( FILE *  fp)

Print the library Readme to specified FILE pointer with Doxygen tags, use stdout for screen.

Parameters
fpfile pointer where to print

Definition at line 419 of file libtpcimgiov.c.

References COPYRIGHT, LIB_NAME, LIB_VERSION, and libtpcimgio_print_readme().

Referenced by main().

Here is the call graph for this function:

void libtpcimgio_print_history ( FILE *  fp)

Print the library History to specified FILE pointer, use stdout for screen.

Parameters
fpfile pointer

Definition at line 242 of file libtpcimgiov.c.

Referenced by libtpcimgio_print_dhistory(), and main().

void libtpcimgio_print_readme ( FILE *  fp)

Print the library readme to specified FILE pointer, use stdout for screen.

Parameters
fpfile pointer

Definition at line 135 of file libtpcimgiov.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcimgio_print_dreadme(), and main().

void libtpcimgio_printdate ( FILE *  fp)

Print the compilation date and time to specified FILE pointer

Parameters
fpfile pointer where to print

Definition at line 455 of file libtpcimgiov.c.

References libtpcimgio_print_build().

Here is the call graph for this function: