Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
dmisc.c File Reference
#include "gdtoaimp.h"
Include dependency graph for dmisc.c:

Functions

char * rv_alloc (int i)
 
char * nrv_alloc (char *s, char **rve, int n)
 
void freedtoa (char *s)
 
int quorem (Bigint *b, Bigint *S)
 

Variables

char * dtoa_result
 

Function Documentation

◆ freedtoa()

void freedtoa ( char *  s)

References b, Bfree(), dtoa_result, and s.

Referenced by dtoa(), g__fmt(), and gdtoa().

◆ nrv_alloc()

char* nrv_alloc ( char *  s,
char **  rve,
int  n 
)

References n, rv_alloc(), s, and t.

Referenced by dtoa(), and gdtoa().

◆ quorem()

int quorem ( Bigint b,
Bigint S 
)

References b, cmp(), n, S, Storeinc, UL, ULLong, and z.

Referenced by dtoa(), and gdtoa().

◆ rv_alloc()

char* rv_alloc ( int  i)

References Balloc(), dtoa_result, k, and r.

Referenced by dtoa(), gdtoa(), and nrv_alloc().

Variable Documentation

◆ dtoa_result

char* dtoa_result

Referenced by freedtoa(), and rv_alloc().