IN2OSM  1.0.1
itoa.h File Reference
#include "../rapidjson.h"
Include dependency graph for itoa.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 internal
 

Functions

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