mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 02:38:18 +00:00
cstdlib:Add missing atox to std namespace
This commit is contained in:
parent
ba5fe5cee3
commit
c91a81149d
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ namespace std
|
|||
|
||||
// String to binary conversions
|
||||
|
||||
using ::atof;
|
||||
using ::atoi;
|
||||
using ::atol;
|
||||
using ::strtol;
|
||||
using ::strtoul;
|
||||
#ifdef CONFIG_HAVE_LONG_LONG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue