commit 2025-08-21 14:06 ATOI => AtoI, ATOL => AtoL etc in ZMainHead.H and ZtCStringEx.H
This commit is contained in:
@ -2433,16 +2433,16 @@ namespace ZNsMain
|
||||
|
||||
|
||||
|
||||
inline ZTypLLong ATOLL(const char* ApcChar){return ZfATOLL(ApcChar);}
|
||||
inline ZTypLong ATOL (const char* ApcChar){return ZfATOL (ApcChar);}
|
||||
inline ZTypIntI ATOI (const char* ApcChar){return ZfATOI (ApcChar);}
|
||||
inline double ATOD (const char* ApcChar){return ZfATOD (ApcChar);}
|
||||
inline ZTypLLong AtoLL(const char* ApcChar){return ZfATOLL(ApcChar);}
|
||||
inline ZTypLong AtoL (const char* ApcChar){return ZfATOL (ApcChar);}
|
||||
inline ZTypIntI AtoI (const char* ApcChar){return ZfATOI (ApcChar);}
|
||||
inline double AtoD (const char* ApcChar){return ZfATOD (ApcChar);}
|
||||
|
||||
inline ZTypLLong ATOLL(const char* ApcChar, ZTypIntI AI_Length)
|
||||
inline ZTypLLong AtoLL(const char* ApcChar, ZTypIntI AI_Length)
|
||||
{ return ZfAToInt<ZTypLLong>(ApcChar, AI_Length); }
|
||||
inline ZTypLong ATOL (const char* ApcChar, ZTypIntI AI_Length)
|
||||
inline ZTypLong AtoL (const char* ApcChar, ZTypIntI AI_Length)
|
||||
{ return ZfAToInt<ZTypLong >(ApcChar, AI_Length); }
|
||||
inline ZTypIntI ATOI (const char* ApcChar, ZTypIntI AI_Length)
|
||||
inline ZTypIntI AtoI (const char* ApcChar, ZTypIntI AI_Length)
|
||||
{ return ZfAToInt<ZTypIntI >(ApcChar, AI_Length); }
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user