diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-08-19 21:00:13 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-08-19 21:00:13 +0000 |
| commit | 57788f25b331bddaca7086d7c788be9749386cf3 (patch) | |
| tree | 1f96161f8f597151057d0ef6f5156e348dab0bd7 /include/wchar.h | |
| parent | 84bbb6cab3edf8a95935e2b5a68bfecaf79897ad (diff) | |
Notes
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h index 69b141911f5d..0992675e841e 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -146,8 +146,8 @@ size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t, size_t wcsspn(const wchar_t *, const wchar_t *); wchar_t *wcsstr(const wchar_t *, const wchar_t *); int wcswidth(const wchar_t *, size_t); -int wcwidth(wchar_t); int wctob(wint_t); +int wcwidth(wchar_t); wchar_t *wmemchr(const wchar_t *, wchar_t, size_t); int wmemcmp(const wchar_t *, const wchar_t *, size_t); wchar_t *wmemcpy(wchar_t * __restrict, const wchar_t * __restrict, size_t); |
