[fix] moving int string size constants to string_utils.h
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
#define SEPARATOR_TOKENS "-"
|
#define SEPARATOR_TOKENS "-"
|
||||||
|
|
||||||
#define INT64_MAX_STRING_SIZE 21
|
|
||||||
|
|
||||||
#define FLOOR_LOG_BASE(num, base) floor((log((float)num) / log((float)base)) + 0.00001)
|
#define FLOOR_LOG_BASE(num, base) floor((log((float)num) / log((float)base)) + 0.00001)
|
||||||
|
|
||||||
numex_table_t *numex_table = NULL;
|
numex_table_t *numex_table = NULL;
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ extern "C" {
|
|||||||
|
|
||||||
#define MAX_UTF8_CHAR_SIZE 4
|
#define MAX_UTF8_CHAR_SIZE 4
|
||||||
|
|
||||||
|
#define INT32_MAX_STRING_SIZE 11
|
||||||
|
#define INT64_MAX_STRING_SIZE 21
|
||||||
|
|
||||||
#define UTF8PROC_OPTIONS_BASE UTF8PROC_NULLTERM | UTF8PROC_STABLE
|
#define UTF8PROC_OPTIONS_BASE UTF8PROC_NULLTERM | UTF8PROC_STABLE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user