From 57788f25b331bddaca7086d7c788be9749386cf3 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 19 Aug 2002 21:00:13 +0000 Subject: Sort unsorted prototypes --- include/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.3