Do some basic housekeeping in LIBC_STR

This commit is contained in:
Justine Tunney 2023-05-10 06:17:20 -07:00
parent 12a33858c9
commit 4e81d3277c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 13 additions and 128 deletions

View file

@ -195,11 +195,6 @@ int wctomb(char *, wchar_t);
int wctob(wint_t);
wint_t btowc(int);
size_t strclen(const char *) nosideeffect;
size_t strnclen(const char *, size_t) nosideeffect;
size_t strclen16(const char16_t *) nosideeffect;
size_t strnclen16(const char16_t *, size_t) nosideeffect;
typedef unsigned wctype_t;
wctype_t wctype(const char *) strlenesque;
int iswctype(wint_t, wctype_t) pureconst;