|
LibRan
0.1
Pseudo-random number distribution generator
|
LibRan version info. More...

Go to the source code of this file.
Macros | |
| #define | STRINGIFY(arg) #arg |
| LRversion(char *str) - return the given version info. More... | |
| #define | STRVAL(arg) STRINGIFY(arg) |
Functions | |
| char * | LRversion (char *str) |
LibRan version info.
Return the LibRan version info as a string.
The allowed set of input parameters are:
| Parameter | Description |
|---|---|
| version | Full string (X.Y.Z) |
| major | Major level (X) |
| minor | Minor level (Y) |
| patch | Patch number (Z) |
| date | Version date (YYYYMMDD) |
Definition in file LRversion.c.
| #define STRINGIFY | ( | arg | ) | #arg |
LRversion(char *str) - return the given version info.
See the above table of allowed parameters. Case is not important. Anything else will return a NULL string.
| str | What info to return |
Definition at line 39 of file LRversion.c.
1.8.13