mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 22:10:27 +00:00
Introduce testlib_extract() helper
This commit is contained in:
parent
ecb2ef7c39
commit
27b5deefb1
7 changed files with 53 additions and 54 deletions
|
@ -398,6 +398,7 @@ bool testlib_strcaseequals(size_t, const void *, const void *) nosideeffect;
|
|||
bool testlib_strncaseequals(size_t, const void *, const void *,
|
||||
size_t) nosideeffect;
|
||||
void testlib_free(void *);
|
||||
void testlib_extract(const char *, const char *, int);
|
||||
bool testlib_binequals(const char16_t *, const void *, size_t) nosideeffect;
|
||||
bool testlib_hexequals(const char *, const void *, size_t) nosideeffect;
|
||||
bool testlib_startswith(size_t, const void *, const void *) nosideeffect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue