summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-07 08:16:57 +0000
committertjr <tjr@FreeBSD.org>2002-09-07 08:16:57 +0000
commit9445b1b57c60e2d91eb84dc04974ec9c70e7f6c0 (patch)
tree49e8d1741a27d8cd85e8c77ca2c73c7e807e22fa /include/wchar.h
parent4cb9c36cfd13bce48da48cd6cdc769f489ebe708 (diff)
downloadFreeBSD-src-9445b1b57c60e2d91eb84dc04974ec9c70e7f6c0.zip
FreeBSD-src-9445b1b57c60e2d91eb84dc04974ec9c70e7f6c0.tar.gz
Add an implementation of wcstok(), based on strtok_r().
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index b49191e..81c27fd 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -146,6 +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 * __restrict, const wchar_t * __restrict);
int wctob(wint_t);
+wchar_t *wcstok(wchar_t * __restrict, const wchar_t * __restrict,
+ wchar_t ** __restrict);
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