[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

@@ -8,8 +8,6 @@
#define SEPARATOR_TOKENS "-"
#define INT64_MAX_STRING_SIZE 21
#define FLOOR_LOG_BASE(num, base) floor((log((float)num) / log((float)base)) + 0.00001)
numex_table_t *numex_table = NULL;