summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-08-19 21:00:13 +0000
committerache <ache@FreeBSD.org>2002-08-19 21:00:13 +0000
commit86ecb5818b754336e7dfceb58f5a24e5fb03ef3f (patch)
tree1f96161f8f597151057d0ef6f5156e348dab0bd7 /include/wchar.h
parentdcbe7e6b18000216dc90efe97e087bbbdeb60e1e (diff)
downloadFreeBSD-src-86ecb5818b754336e7dfceb58f5a24e5fb03ef3f.zip
FreeBSD-src-86ecb5818b754336e7dfceb58f5a24e5fb03ef3f.tar.gz
Sort unsorted prototypes
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 69b1419..0992675 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);
OpenPOWER on IntegriCloud