[utils] max string size for int8_t and int16_t

This commit is contained in:
Al
2015-07-08 16:46:12 -04:00
parent c0a5607f5e
commit b76f9e47d1

View File

@@ -15,6 +15,8 @@ extern "C" {
#define MAX_UTF8_CHAR_SIZE 4
#define INT8_MAX_STRING_SIZE 5
#define INT16_MAX_STRING_SIZE 7
#define INT32_MAX_STRING_SIZE 11
#define INT64_MAX_STRING_SIZE 21