My Project
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

◆ libtpcimgio_print_build()

void libtpcimgio_print_build ( FILE *  fp)
extern

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().

◆ libtpcimgio_print_dhistory()

void libtpcimgio_print_dhistory ( FILE *  fp)
extern

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:

◆ libtpcimgio_print_dreadme()

void libtpcimgio_print_dreadme ( FILE *  fp)
extern

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:

◆ libtpcimgio_print_history()

void libtpcimgio_print_history ( FILE *  fp)
extern

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().

◆ libtpcimgio_print_readme()

void libtpcimgio_print_readme ( FILE *  fp)
extern

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().

◆ libtpcimgio_printdate()

void libtpcimgio_printdate ( FILE *  fp)
extern

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: