cstdlib:Add missing atox to std namespace
This commit is contained in:
parent
ba5fe5cee3
commit
c91a81149d
@ -70,6 +70,9 @@ namespace std
|
|||||||
|
|
||||||
// String to binary conversions
|
// String to binary conversions
|
||||||
|
|
||||||
|
using ::atof;
|
||||||
|
using ::atoi;
|
||||||
|
using ::atol;
|
||||||
using ::strtol;
|
using ::strtol;
|
||||||
using ::strtoul;
|
using ::strtoul;
|
||||||
#ifdef CONFIG_HAVE_LONG_LONG
|
#ifdef CONFIG_HAVE_LONG_LONG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user