Go to the source code of this file.
Defines | |
| #define | LIB_NAME "libtpcmisc" |
| #define | LIB_VERSION "2.0.7" |
| #define | COPYRIGHT "(c) 2004-2012 by Turku PET Centre, University of Turku" |
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-2012 by Turku PET Centre, University of Turku" |
Copyright.
Definition at line 66 of file libtpcmiscv.c.
Referenced by libtpcmisc_print_build(), libtpcmisc_print_dreadme(), and libtpcmisc_print_readme().
| #define LIB_NAME "libtpcmisc" |
Library name.
Definition at line 60 of file libtpcmiscv.c.
Referenced by libtpcmisc_print_build(), libtpcmisc_print_dreadme(), and libtpcmisc_print_readme().
| #define LIB_VERSION "2.0.7" |
Library version.
Definition at line 63 of file libtpcmiscv.c.
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 |
Definition at line 314 of file libtpcmiscv.c.
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 |
Definition at line 303 of file libtpcmiscv.c.
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 |
Definition at line 290 of file libtpcmiscv.c.
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 |
Definition at line 145 of file libtpcmiscv.c.
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 |
Definition at line 80 of file libtpcmiscv.c.
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 |
Definition at line 347 of file libtpcmiscv.c.
References libtpcmisc_print_build().
1.8.0