mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Implement better hypot function
This commit is contained in:
parent
6c7b8facaa
commit
4a5698b5c9
14 changed files with 293 additions and 62 deletions
|
@ -182,6 +182,8 @@ int timingsafe_memcmp(const void *, const void *, size_t);
|
|||
void *memmem(const void *, size_t, const void *, size_t)
|
||||
paramsnonnull() nothrow nocallback nosideeffect;
|
||||
char *strerror(int) returnsnonnull nothrow nocallback;
|
||||
long a64l(const char *);
|
||||
char *l64a(long);
|
||||
|
||||
char *tinystrstr(const char *, const char *) strlenesque;
|
||||
char16_t *tinystrstr16(const char16_t *, const char16_t *) strlenesque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue