My Project
Macros | Functions
libtpcmiscv.c File Reference
#include <stdio.h>
#include "include/libtpcmiscv.h"
Include dependency graph for libtpcmiscv.c:

Macros

#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)
 

Macro Definition Documentation

◆ COPYRIGHT

#define COPYRIGHT   "(c) 2004-2010 by Turku PET Centre"

Copyright.

◆ LIB_NAME

#define LIB_NAME   "libtpcmisc"

Library name.

◆ LIB_VERSION

#define LIB_VERSION   "1.4.8"

Library version.

Function Documentation

◆ libtpcmisc_print_build()

void libtpcmisc_print_build ( FILE *  fp)

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

Parameters
fptarget file pointer

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcmisc_printdate(), main(), and print_usage().

◆ libtpcmisc_print_dhistory()

void libtpcmisc_print_dhistory ( FILE *  fp)

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

Parameters
fptarget file pointer

References libtpcmisc_print_history().

Referenced by main().

Here is the call graph for this function:

◆ libtpcmisc_print_dreadme()

void libtpcmisc_print_dreadme ( FILE *  fp)

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

Parameters
fptarget file pointer

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

Referenced by main().

Here is the call graph for this function:

◆ libtpcmisc_print_history()

void libtpcmisc_print_history ( FILE *  fp)

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

Parameters
fptarget file pointer

Referenced by libtpcmisc_print_dhistory(), and main().

◆ libtpcmisc_print_readme()

void libtpcmisc_print_readme ( FILE *  fp)

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

Parameters
fptarget file pointer

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcmisc_print_dreadme(), and main().

◆ libtpcmisc_printdate()

void libtpcmisc_printdate ( FILE *  fp)

Print the compilation date and time to specified FILE pointer

Parameters
fptarget file pointer

References libtpcmisc_print_build().

Here is the call graph for this function: