Use stdlib implementation. Do not redefine (#543)

This commit is contained in:
Grzegorz Wawiorko
2020-01-10 16:15:55 +01:00
committed by Kévin Petit
parent 2343324ee6
commit 45cfe12450

View File

@@ -18,10 +18,6 @@
#include "test_printf.h" #include "test_printf.h"
#if defined (_WIN32)
#define strtoull _strtoi64
#endif
const char* strType[] = {"int","float","octal","unsigned","hexadecimal","char","string","vector","address space"}; const char* strType[] = {"int","float","octal","unsigned","hexadecimal","char","string","vector","address space"};