libtpcmisc
 All Data Structures Files Functions Variables Enumerator Defines
Defines | Functions
libtpcmiscv.c File Reference
#include <stdio.h>
#include "include/libtpcmiscv.h"
Include dependency graph for libtpcmiscv.c:

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 Documentation

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


Function Documentation

void libtpcmisc_print_build ( FILE *  fp)

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

Parameters:
fptarget 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.

Parameters:
fptarget file pointer

Definition at line 303 of file libtpcmiscv.c.

References libtpcmisc_print_history().

Referenced by main().

Here is the call graph for this function:

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

Definition at line 290 of file libtpcmiscv.c.

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

Referenced by main().

Here is the call graph for this function:

void libtpcmisc_print_history ( FILE *  fp)

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

Parameters:
fptarget 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.

Parameters:
fptarget 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

Parameters:
fptarget file pointer

Definition at line 347 of file libtpcmiscv.c.

References libtpcmisc_print_build().

Here is the call graph for this function: