mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
Add mbtowc and wctomb to C++ std namespace
This commit is contained in:
parent
05a288f2e1
commit
fda095ccda
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
//***************************************************************************
|
||||
|
||||
#include <wchar.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
//***************************************************************************
|
||||
// Namespace
|
||||
|
|
@ -79,6 +80,7 @@ namespace std
|
|||
using ::mbrlen;
|
||||
using ::mbrtowc;
|
||||
using ::mbsrtowcs;
|
||||
using ::mbtowc;
|
||||
using ::putwc;
|
||||
using ::putwchar;
|
||||
using ::swprintf;
|
||||
|
|
@ -116,6 +118,7 @@ namespace std
|
|||
using ::wcswidth;
|
||||
using ::wcsxfrm;
|
||||
using ::wctob;
|
||||
using ::wctomb;
|
||||
using ::wctype;
|
||||
using ::wcwidth;
|
||||
using ::wmemchr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue