[fix] moving int string size constants to string_utils.h
This commit is contained in:
@@ -15,6 +15,8 @@ extern "C" {
|
||||
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user