mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Include wcstold in C++ cwchar header file
This commit is contained in:
committed by
Gregory Nutt
parent
5c56d8a411
commit
dbc074edab
@@ -91,6 +91,7 @@ namespace std
|
|||||||
using ::vfwprintf;
|
using ::vfwprintf;
|
||||||
using ::vwprintf;
|
using ::vwprintf;
|
||||||
using ::vswprintf;
|
using ::vswprintf;
|
||||||
|
using ::wcstold;
|
||||||
using ::wcrtomb;
|
using ::wcrtomb;
|
||||||
using ::wcscat;
|
using ::wcscat;
|
||||||
using ::wcschr;
|
using ::wcschr;
|
||||||
|
|||||||
Reference in New Issue
Block a user