Go to the source code of this file.
Functions | |
int | modp_dtoa (double value, char *str, int prec) |
int | modp_itoa10 (int32_t value, char *str) |
int | modp_uitoa10 (uint32_t value, char *str) |
void | strreverse (char *begin, char *end) |
int modp_dtoa | ( | double | value, |
char * | str, | ||
int | prec | ||
) | [inline] |
Definition at line 55 of file fast_output.h.
int modp_itoa10 | ( | int32_t | value, |
char * | str | ||
) | [inline] |
Definition at line 166 of file fast_output.h.
int modp_uitoa10 | ( | uint32_t | value, |
char * | str | ||
) | [inline] |
Definition at line 155 of file fast_output.h.
void strreverse | ( | char * | begin, |
char * | end | ||
) | [inline] |
Definition at line 48 of file fast_output.h.