libtpcimgp
 All Data Structures Files Functions Variables Typedefs Defines
Functions
include/libtpcimgpv.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void libtpcimgp_print_readme (FILE *fp)
void libtpcimgp_print_history (FILE *fp)
void libtpcimgp_print_dreadme (FILE *fp)
void libtpcimgp_print_dhistory (FILE *fp)
void libtpcimgp_print_build (FILE *fp)

Function Documentation

void libtpcimgp_print_build ( FILE *  fp)

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

Definition at line 228 of file libtpcimgpv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by main(), and print_usage().

void libtpcimgp_print_dhistory ( FILE *  fp)

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

Definition at line 218 of file libtpcimgpv.c.

References libtpcimgp_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpcimgp_print_dreadme ( FILE *  fp)

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

Definition at line 206 of file libtpcimgpv.c.

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

Referenced by main().

Here is the call graph for this function:

void libtpcimgp_print_history ( FILE *  fp)

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

Definition at line 114 of file libtpcimgpv.c.

Referenced by libtpcimgp_print_dhistory(), and main().

void libtpcimgp_print_readme ( FILE *  fp)

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

Definition at line 33 of file libtpcimgpv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcimgp_print_dreadme(), and main().