mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
libs/libc/wchar: add fputwc implementation
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
@@ -145,6 +145,7 @@ int fwscanf(FILE *, FAR const wchar_t *, ...);
|
||||
wint_t fgetwc(FILE *);
|
||||
FAR wchar_t *fgetws(wchar_t *, int, FILE *);
|
||||
wint_t fputwc(wchar_t, FILE *);
|
||||
wint_t fputwc_unlocked(wchar_t, FAR FILE *);
|
||||
int fputws(FAR const wchar_t *, FILE *);
|
||||
int fwide(FILE *, int);
|
||||
wint_t getwc(FILE *);
|
||||
|
||||
Reference in New Issue
Block a user