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

Macros

#define STB_SPRINTF_IMPLEMENTATION
 

Functions

static int dbl2int_f (double dblinp, int fwidth, int ndecpl, char *str)
 
static int dbl2int_e (double dblinp, int fwidth, int ndecpl, char *str)
 
static int dbl2int_g (double dblinp, int fwidth, int ndecpl, char *str)
 
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

◆ STB_SPRINTF_IMPLEMENTATION

#define STB_SPRINTF_IMPLEMENTATION

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:

◆ dbl2int_e()

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

◆ dbl2int_f()

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

◆ dbl2int_g()

static int dbl2int_g ( double  dblinp,
int  fwidth,
int  ndecpl,
char *  str 
)
static
+ 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 
)