Extern :
- C3d aggiornamento delle librerie.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user