- C3d aggiornamento delle librerie.
This commit is contained in:
Dario Sassi
2020-09-14 16:42:31 +00:00
parent 555eae9594
commit e8f0fa2d27
332 changed files with 59308 additions and 52918 deletions
+1 -8
View File
@@ -244,16 +244,9 @@
#endif
#define _acstoi strtol // char* -> int32
#ifdef __BORLANDC__
#define _acstoi64 strtoll // char* -> int64 (long long)
#define _acstoui64 strtoull // char* -> uint64 (unsigned long long)
#define _tcstoi64 wcstoll // TCHAR* -> int64 (long long)
#define _tcstoui64 wcstoull // TCHAR* -> uint64 (unsigned long long)
//#define _tcstod // TCHAR* -> double
#else
#define _acstoi64 _strtoi64 // char* -> int64
#define _acstoui64 _strtoui64 // char* -> uint64
#endif
#define _acstoui strtoul // char* -> uint32
#define _acstod strtod // char* -> double