Version 0.1
#include "bcversion.h"
Include dependency graph for bcversion.c:
Go to the source code of this file.
Defines | |
#define | PACKAGE_VERSION "NN" |
Functions | |
char * | bcls_version_info () |
char * | bcls_compilation_info () |
Variables | |
static char * | version = PACKAGE_VERSION |
static char * | last_compilation = __DATE__ " " __TIME__ |
Definition in file bcversion.c.
#define PACKAGE_VERSION "NN" |
Definition at line 35 of file bcversion.c.
char* bcls_compilation_info | ( | ) |
Return a timestamp of the last compilation.
Definition at line 55 of file bcversion.c.
References last_compilation.
Referenced by bcls_solve_prob().
char* bcls_version_info | ( | ) |
Return the version of the library.
Definition at line 46 of file bcversion.c.
References version.
Referenced by bcls_solve_prob().
char* last_compilation = __DATE__ " " __TIME__ [static] |
char* version = PACKAGE_VERSION [static] |
Generated on Sun Mar 4 22:50:03 2007 by Doxygen 1.5.1