#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) |
| #define STB_SPRINTF_IMPLEMENTATION |
| 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:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| int max_3 | ( | int | a, |
| int | b, | ||
| int | c | ||
| ) |
Here is the caller graph for this function:| int memcpy_custom | ( | char ** | dst, |
| char * | src, | ||
| unsigned long long | len | ||
| ) |