libtpcmodext
 All Files Functions Variables Defines
Defines | Functions
libtpcmodextv.c File Reference
#include <stdio.h>
#include "libtpcsvgv.h"
Include dependency graph for libtpcmodextv.c:

Go to the source code of this file.

Defines

#define LIB_NAME   "libtpcmodext"
#define LIB_VERSION   "0.6.1"
#define COPYRIGHT   "(c) 2007-2011 by Turku PET Centre"

Functions

void libtpcmodext_print_readme (FILE *fp)
void libtpcmodext_print_history (FILE *fp)
void libtpcmodext_print_dreadme (FILE *fp)
void libtpcmodext_print_dhistory (FILE *fp)
void libtpcmodext_print_build (FILE *fp)

Define Documentation

#define COPYRIGHT   "(c) 2007-2011 by Turku PET Centre"

Copyright.

Definition at line 42 of file libtpcmodextv.c.

Referenced by libtpcmodext_print_build(), libtpcmodext_print_dreadme(), and libtpcmodext_print_readme().

#define LIB_NAME   "libtpcmodext"

Copyright (c) 2007-2011 by Turku PET Centre

File: libtpcmodextv.c

Purpose: functions for printing the information on the library.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Turku PET Centre hereby disclaims all copyright interest in the library 'libtpcmodext' written by Vesa Oikonen.

2007-07-15 Juhani Knuuti Director, Professor Turku PET Centre, Turku, Finland, http://www.turkupetcentre.fi/

Modification history: See the contents of function libtpcmodext_print_history() in below. Library name.

Definition at line 36 of file libtpcmodextv.c.

Referenced by libtpcmodext_print_build(), libtpcmodext_print_dreadme(), and libtpcmodext_print_readme().

#define LIB_VERSION   "0.6.1"

Library version.

Definition at line 39 of file libtpcmodextv.c.

Referenced by libtpcmodext_print_build(), libtpcmodext_print_dreadme(), and libtpcmodext_print_readme().


Function Documentation

void libtpcmodext_print_build ( FILE *  fp)

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

Definition at line 340 of file libtpcmodextv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by main(), and print_usage().

void libtpcmodext_print_dhistory ( FILE *  fp)

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

Definition at line 330 of file libtpcmodextv.c.

References libtpcmodext_print_history().

Referenced by main().

Here is the call graph for this function:

void libtpcmodext_print_dreadme ( FILE *  fp)

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

Definition at line 319 of file libtpcmodextv.c.

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

Referenced by main().

Here is the call graph for this function:

void libtpcmodext_print_history ( FILE *  fp)

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

Definition at line 142 of file libtpcmodextv.c.

Referenced by libtpcmodext_print_dhistory(), and main().

void libtpcmodext_print_readme ( FILE *  fp)

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

Definition at line 54 of file libtpcmodextv.c.

References COPYRIGHT, LIB_NAME, and LIB_VERSION.

Referenced by libtpcmodext_print_dreadme(), and main().