Defines | |
#define | LIB_NAME "libtpcmisc" |
#define | LIB_VERSION "1.4.8" |
#define | COPYRIGHT "(c) 2004-2010 by Turku PET Centre" |
Functions | |
void | libtpcmisc_print_readme (FILE *fp) |
void | libtpcmisc_print_history (FILE *fp) |
void | libtpcmisc_print_dreadme (FILE *fp) |
void | libtpcmisc_print_dhistory (FILE *fp) |
void | libtpcmisc_print_build (FILE *fp) |
void | libtpcmisc_printdate (FILE *fp) |
#define COPYRIGHT "(c) 2004-2010 by Turku PET Centre" |
Copyright.
Referenced by libtpcmisc_print_build(), libtpcmisc_print_dreadme(), and libtpcmisc_print_readme().
#define LIB_NAME "libtpcmisc" |
Library name.
Referenced by libtpcmisc_print_build(), libtpcmisc_print_dreadme(), and libtpcmisc_print_readme().
#define LIB_VERSION "1.4.8" |
Library version.
Referenced by libtpcmisc_print_build(), libtpcmisc_print_dreadme(), and libtpcmisc_print_readme().
void libtpcmisc_print_build | ( | FILE * | fp | ) |
Print the build info to specified FILE pointer, use stdout for screen.
fp | target file pointer |
References COPYRIGHT, LIB_NAME, and LIB_VERSION.
Referenced by libtpcmisc_printdate(), main(), and print_usage().
void libtpcmisc_print_dhistory | ( | FILE * | fp | ) |
Print the library History to specified FILE pointer with Doxygen tags, use stdout for screen.
fp | target file pointer |
References libtpcmisc_print_history().
Referenced by main().
void libtpcmisc_print_dreadme | ( | FILE * | fp | ) |
Print the library Readme to specified FILE pointer with Doxygen tags, use stdout for screen.
fp | target file pointer |
References COPYRIGHT, LIB_NAME, LIB_VERSION, and libtpcmisc_print_readme().
Referenced by main().
void libtpcmisc_print_history | ( | FILE * | fp | ) |
Print the library History to specified FILE pointer, use stdout for screen.
fp | target file pointer |
Referenced by libtpcmisc_print_dhistory(), and main().
void libtpcmisc_print_readme | ( | FILE * | fp | ) |
Print the library readme to specified FILE pointer, use stdout for screen.
fp | target file pointer |
References COPYRIGHT, LIB_NAME, and LIB_VERSION.
Referenced by libtpcmisc_print_dreadme(), and main().
void libtpcmisc_printdate | ( | FILE * | fp | ) |
Print the compilation date and time to specified FILE pointer
fp | target file pointer |
References libtpcmisc_print_build().