Readme
libtpcmisc 1.4.8 (c) 2004-2010 by Turku PET Centre
Build Dec 28 2010 20:40:15
PET Miscallaneous library
-------------------------------------------------------------------------------
Contents
-------------------------------------------------------------------------------
include/ - Includes all the header files for the .c files
Makefile - The makefile
README - This file.
.c files **
backup.c - File backup and copying.
datetime.c - Functions for processing date and time.
decpoint.c - Reading floating point value from string with decimal comma.
halflife.c - Procedures for isotopes and correction of physical decay.
idcrypt.c - String encryption/decryption.
intex.c - Expanding string expressions of integers to an array of ints.
ift.c - Functions for basic processing of IFT data structure.
iftfile.c - Functions for basic processing of IFT data structure.
iftsrch.c - Search functions for IFT contents.
libtpcmisc.c - Program for printing the Readme, History and build information,
and for testing the library functions.
libtpcmiscv.c- Information for this library.
petc99.c - ISO C99 functions that are not yet widely available in
common compilers.
petunits.c - Functions for working with PET data units.
quots.c - Functions for processing strings with quotation marks.
studynr.c - Functions for processing PET study number.
swap.c - Byte swapping between little and big endian platforms.
substitutions.c - Functions substituting others for ANSI compatibility.
memory_handler.c - Memory handling functions.
Using the library
-------------------------------------------------------------------------------
The program that uses the library should include the .h file it needs.
Example:
#include <libtpcmisc.h>
gcc myprog.c -ltpcmisc -lm