mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
Do some basic housekeeping in LIBC_STR
This commit is contained in:
parent
12a33858c9
commit
4e81d3277c
7 changed files with 13 additions and 128 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue