itoa.h File Reference

itoa.h File Reference#

Composable Kernel: itoa.h File Reference
itoa.h File Reference
#include "../rapidjson.h"

Go to the source code of this file.

Namespaces

namespace  internal

Functions

const char * internal::GetDigitsLut ()
char * internal::u32toa (uint32_t value, char *buffer)
char * internal::i32toa (int32_t value, char *buffer)
char * internal::u64toa (uint64_t value, char *buffer)
char * internal::i64toa (int64_t value, char *buffer)