Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include "gdtoaimp.h"
Go to the source code of this file.
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 |
void freedtoa | ( | char * | s | ) |
Definition at line 99 of file dmisc.c.
References Bfree(), dtoa_result, Bigint::k, and Bigint::maxwds.
char* nrv_alloc | ( | char * | s, |
char ** | rve, | ||
int | n | ||
) |
char* rv_alloc | ( | int | i | ) |
Definition at line 42 of file dmisc.c.
References Balloc(), and dtoa_result.
Referenced by dtoa(), gdtoa(), and nrv_alloc().
char* dtoa_result |
Definition at line 35 of file dmisc.c.
Referenced by freedtoa(), and rv_alloc().