#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
Go to the source code of this file.
|
#define | CURRENT_VER "1.07.5" /* djb-rwth: full version number in the output, required for fixing GHI #61 */ |
|
#define | RINCHI_TEST 0 /* djb-rwrh: RInChI testing */ |
|
#define | SPRINTF_FLAG 2 /* djb-rwth: 1 - stb_(v)s(n)pritnf, 2 - custom double to 2*int; any other value (different from 1 or 2) - standard sprintf w/ setlocale */ |
|
|
int | max_3 (int a, int b, int c) |
|
int | memcpy_custom (char **dst, char *src, unsigned long long len) |
|
int | dbl2int (char *str, int fwidth, int ndecpl, char dbl_flag, double dblinp) |
|
◆ CURRENT_VER
#define CURRENT_VER "1.07.5" /* djb-rwth: full version number in the output, required for fixing GHI #61 */ |
◆ RINCHI_TEST
#define RINCHI_TEST 0 /* djb-rwrh: RInChI testing */ |
◆ SPRINTF_FLAG
#define SPRINTF_FLAG 2 /* djb-rwth: 1 - stb_(v)s(n)pritnf, 2 - custom double to 2*int; any other value (different from 1 or 2) - standard sprintf w/ setlocale */ |
◆ dbl2int()
int dbl2int |
( |
char * |
str, |
|
|
int |
fwidth, |
|
|
int |
ndecpl, |
|
|
char |
dbl_flag, |
|
|
double |
dblinp |
|
) |
| |
◆ max_3()
int max_3 |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
◆ memcpy_custom()
int memcpy_custom |
( |
char ** |
dst, |
|
|
char * |
src, |
|
|
unsigned long long |
len |
|
) |
| |