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