diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-08 13:27:26 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-08 13:27:26 +0000 |
| commit | 5fd17624451a2ebf04790fcef4362b399987ca16 (patch) | |
| tree | 123defa0ff371fc4de0b179b61d61b21738d69af /include | |
| parent | 524cb6766e41f0e9347cc3f80d24920bb43127c1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/wchar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index 81c27fd44c1f..335e4b2ec072 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -148,6 +148,9 @@ 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); +long wcstol(const wchar_t * __restrict, wchar_t ** __restrict, int); +unsigned long + wcstoul(const wchar_t * __restrict, wchar_t ** __restrict, int); 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); |
