diff options
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index 0c174bd..bbdcae6 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -147,6 +147,9 @@ size_t wcslcpy(wchar_t *, const wchar_t *, size_t); int wcswidth(const wchar_t *, size_t); int wcwidth(wchar_t); #endif + +int wctob(wint_t); +wint_t btowc(int); __END_DECLS #endif /* !_WCHAR_H_ */ |