#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include <ctype.h>#include <unistd.h>#include "include/curveio.h"Go to the source code of this file.
Defines | |
| #define | LIB_NAME "libtpccurveio" |
| #define | DFTWRITE 1 |
| #define | MAXVAL 100000; |
Functions | |
| void | print_usage () |
| int | main (int argc, char *argv[]) |
Variables | |
| int | VERBOSE = 0 |
| #define DFTWRITE 1 |
Serial numbers for function names.
Definition at line 44 of file libtpccurveio.c.
| #define LIB_NAME "libtpccurveio" |
Copyright (c) 2004-2008 by Turku PET Centre
File: libtpccurveio.c
Purpose: methods for testing functions in the library libtpccurveio, and for printing out libtpccurveio information, such as Readme, History and build information.
NOTICE! This program should always have the same version with the library.
Version:
2005-04-26 1.1.0 Jarkko Johansson 2005-06-17 1.1.1 Kaisa Sederholm 2005-11-30 1.2.1 Vesa Oikonen 2005-12-05 1.2.2 KS 2006-01-31 1.2.3 VO 2006-05-15 1.2.4 VO 2006-06-03 1.2.5 VO 2006-07-12 1.2.6 VO 2006-07-31 1.2.7 VO 2006-12-01 1.2.8 VO 2007-01-15 1.2.9 VO 2007-02-02 1.2.10 VO 2007-02-10 1.3.0 VO 2007-04-13 1.3.1 VO 2007-04-19 1.3.2 VO 2007-04-24 1.3.3 VO 2007-08-09 1.3.4 VO 2007-08-13 1.3.5 VO 2007-09-13 1.4.0 VO 2008-03-20 1.4.1 VO 2008-05-13 1.4.2 VO 2008-07-14 1.4.3 VO Library name
Definition at line 41 of file libtpccurveio.c.
Referenced by print_usage().
| #define MAXVAL 100000; |
Definition at line 56 of file libtpccurveio.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 69 of file libtpccurveio.c.
References libtpccurveio_print_build(), libtpccurveio_print_dhistory(), libtpccurveio_print_dreadme(), libtpccurveio_print_history(), libtpccurveio_print_readme(), print_usage(), and VERBOSE.
| void print_usage | ( | ) |
Function for printing the usage information of the libtpccurveio test program.
Definition at line 157 of file libtpccurveio.c.
References LIB_NAME, and libtpccurveio_print_build().
Referenced by main().
| int VERBOSE = 0 |
Definition at line 67 of file libtpccurveio.c.
Referenced by main().
1.8.0