diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-08-03 13:49:55 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-08-03 13:49:55 +0000 |
| commit | e9fb70115fcb6811107e65763e62cac4f4304fcd (patch) | |
| tree | 72640c311225e824b82a58cb5b8e9e18244d8f4e /include/wchar.h | |
| parent | 196099d6617414f41ce00c2f60936d61d7caf33d (diff) | |
Notes
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 0c174bd24ba9f..bbdcae6969e1c 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_ */ |
