[fix] moving int string size constants to string_utils.h

This commit is contained in:
Al
2015-07-02 17:50:09 -04:00
parent 055e6d8905
commit 4fd4fa7dca
2 changed files with 2 additions and 2 deletions

View File

@@ -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