My Project
Functions
libtpcmiscv.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)
 

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

Here is the caller graph for this function:

◆ 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:
Here is the caller 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:
Here is the caller 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().

Here is the caller graph for this function:

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

Here is the caller graph for this function:

◆ 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: