mirror of
git://git.musl-libc.org/musl
synced 2025-01-30 10:32:04 +00:00
missing prototypes for mbsnrtowcs and wcsnrtombs
This commit is contained in:
parent
ddd87b2f10
commit
c74d306f47
@ -131,6 +131,12 @@ size_t wcsftime (wchar_t *, size_t, const wchar_t *, const struct tm *);
|
|||||||
|
|
||||||
#undef iswdigit
|
#undef iswdigit
|
||||||
|
|
||||||
|
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|
||||||
|
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
|
||||||
|
size_t mbsnrtowcs(wchar_t *, const char **, size_t, size_t, mbstate_t *);
|
||||||
|
size_t wcsnrtombs(char *, const wchar_t **, size_t, size_t, mbstate_t *);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
|
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
|
||||||
int wcwidth (wchar_t);
|
int wcwidth (wchar_t);
|
||||||
int wcswidth (const wchar_t *, size_t);
|
int wcswidth (const wchar_t *, size_t);
|
||||||
|
Loading…
Reference in New Issue
Block a user