mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 14:41:29 +08:00
libs/libc/wchar: add putwc implementation
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
@@ -159,6 +159,7 @@ size_t mbsnrtowcs(FAR wchar_t *, FAR const char **, size_t,
|
||||
size_t mbsrtowcs(FAR wchar_t *, FAR const char **, size_t,
|
||||
FAR mbstate_t *);
|
||||
wint_t putwc(wchar_t, FILE *);
|
||||
wint_t putwc_unlocked(wchar_t, FAR FILE *);
|
||||
wint_t putwchar(wchar_t);
|
||||
int swprintf(FAR wchar_t *, size_t, FAR const wchar_t *, ...);
|
||||
int swscanf(FAR const wchar_t *, FAR const wchar_t *, ...);
|
||||
|
||||
Reference in New Issue
Block a user