|
static int | a2d (char ch) throw () |
|
template<int base> |
static char | a2i (char ch, char **src, int *nump) throw () |
|
int | fast_format (char *buf, int bufSize, const char *fmt, va_list va) throw () |
|
void | fast_printf (const char *fmt,...) __attribute__((format(printf throw () |
|
int | fast_snprintf (char *s, int bufSize, const char *fmt,...) __attribute__((format(printf throw () |
|
void | fast_sprintf (char *s, const char *fmt,...) __attribute__((format(printf throw () |
|
template<unsigned int base, bool upper_case> |
static int | float2a (double num, char *bf) FLATTEN throw () |
|
static int | float_to_a (double n, char s[], int size) throw () |
|
static int | i2a (int num, char *bf) FLATTEN throw () |
|
static int | li2a (long num, char *bf) FLATTEN throw () |
|
static int | lli2a (long long num, char *bf) FLATTEN throw () |
|
void | printf_unit_test (void) |
|
static void | reverse (char s[], int end) throw () |
|
template<unsigned int base, bool upper_case> |
static int | ui2a (unsigned int num, char *bf) throw () |
|
static int | uint32toa (uint32_t n, char s[]) FLATTEN throw () |
|
static int | uint64toa (uint64_t n, char s[]) FLATTEN throw () |
|
template<unsigned int base, bool upper_case> |
static int | uli2a (unsigned long int num, char *bf) throw () |
|
template<unsigned int base, bool upper_case> |
static int | ulli2a (unsigned long long int num, char *bf) throw () |
|