aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-21 10:54:57 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-21 10:54:57 +0000
commit1949a3470f29c5edaa5fc2770c2886d653fa68d1 (patch)
tree1c3c81fbcfab80a357977aa6546dc3166c9d5257 /include/wchar.h
parent5c0b01b42790dc2548c195c979a5053f19303411 (diff)
downloadsrc-1949a3470f29c5edaa5fc2770c2886d653fa68d1.tar.gz
src-1949a3470f29c5edaa5fc2770c2886d653fa68d1.zip
Notes
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index c1aaf7812e71..39b74e8637ef 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -209,6 +209,10 @@ int wcwidth(wchar_t);
#if __BSD_VISIBLE
wchar_t *fgetwln(struct __sFILE * __restrict, size_t * __restrict);
+size_t mbsnrtowcs(wchar_t * __restrict, const char ** __restrict, size_t,
+ size_t, mbstate_t * __restrict);
+size_t wcsnrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
+ size_t, mbstate_t * __restrict);
size_t wcslcat(wchar_t *, const wchar_t *, size_t);
size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
#endif