[utils] max string size for int8_t and int16_t
This commit is contained in:
@@ -15,6 +15,8 @@ extern "C" {
|
|||||||
|
|
||||||
#define MAX_UTF8_CHAR_SIZE 4
|
#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 INT32_MAX_STRING_SIZE 11
|
||||||
#define INT64_MAX_STRING_SIZE 21
|
#define INT64_MAX_STRING_SIZE 21
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user