diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2005-08-13 05:54:33 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2005-08-13 05:54:33 +0000 |
| commit | d62e8d4c7c3d01c54174f571e49dffb9bc6338b6 (patch) | |
| tree | f2a3d38e96b8bed43effcdd48821cd8bf59b0bd7 /include/wchar.h | |
| parent | 9c1909fe227c3301bf173e7f1bca2cdbff36ea2b (diff) | |
Notes
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index 931a4088ef78..2326b1debb50 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -214,6 +214,7 @@ int wcwidth(wchar_t); 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); +wchar_t *wcsdup(const wchar_t *); 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); |
