InChI
 
Loading...
Searching...
No Matches
bcf_s.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+ Include dependency graph for bcf_s.h:

Go to the source code of this file.

Macros

#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 */
 

Functions

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)
 

Macro Definition Documentation

◆ 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 */

Function Documentation

◆ dbl2int()

int dbl2int ( char *  str,
int  fwidth,
int  ndecpl,
char  dbl_flag,
double  dblinp 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ max_3()

int max_3 ( int  a,
int  b,
int  c 
)
+ Here is the caller graph for this function:

◆ memcpy_custom()

int memcpy_custom ( char **  dst,
char *  src,
unsigned long long  len 
)