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

Go to the source code of this file.

Defines

#define LIB_NAME   "libtpccurveio"
#define LIB_VERSION   "2.2.1"
#define COPYRIGHT   "(c) 2004-2012 by Turku PET Centre, University of Turku"

Functions

void libtpccurveio_print_readme (FILE *fp)
void libtpccurveio_print_history (FILE *fp)
void libtpccurveio_print_dreadme (FILE *fp)
void libtpccurveio_print_dhistory (FILE *fp)
void libtpccurveio_print_build (FILE *fp)
void libtpccurveio_printdate (FILE *fp)

Define Documentation

#define COPYRIGHT   "(c) 2004-2012 by Turku PET Centre, University of Turku"
#define LIB_NAME   "libtpccurveio"

Library name.

Definition at line 119 of file libtpccurveiov.c.

Referenced by libtpccurveio_print_build(), libtpccurveio_print_dreadme(), and libtpccurveio_print_readme().

#define LIB_VERSION   "2.2.1"

Library version.

Definition at line 122 of file libtpccurveiov.c.

Referenced by libtpccurveio_print_build(), libtpccurveio_print_dreadme(), and libtpccurveio_print_readme().


Function Documentation

void libtpccurveio_print_build ( FILE *  fp)

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

Definition at line 505 of file libtpccurveiov.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

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

void libtpccurveio_print_dhistory ( FILE *  fp)

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

Definition at line 495 of file libtpccurveiov.c.

References libtpccurveio_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpccurveio_print_dreadme ( FILE *  fp)

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

Definition at line 483 of file libtpccurveiov.c.

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

Referenced by main().

Here is the call graph for this function:

void libtpccurveio_print_history ( FILE *  fp)

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

Definition at line 194 of file libtpccurveiov.c.

Referenced by libtpccurveio_print_dhistory(), and main().

void libtpccurveio_print_readme ( FILE *  fp)

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

Definition at line 136 of file libtpccurveiov.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpccurveio_print_dreadme(), and main().

void libtpccurveio_printdate ( FILE *  fp)

Print the compilation date and time to specified FILE pointer

Definition at line 534 of file libtpccurveiov.c.

References libtpccurveio_print_build().

Here is the call graph for this function: