mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 12:18:31 +00:00
Implement better hypot function
This commit is contained in:
parent
6c7b8facaa
commit
4a5698b5c9
14 changed files with 293 additions and 62 deletions
|
@ -22,8 +22,7 @@ void *reallocarray(void *, size_t, size_t) nodiscard;
|
|||
void *valloc(size_t) attributeallocsize((1)) vallocesque;
|
||||
void *pvalloc(size_t) attributeallocsize((1)) mallocesque;
|
||||
char *strdup(const char *) paramsnonnull() mallocesque;
|
||||
char *strndup(const char *, size_t) paramsnonnull()
|
||||
attributeallocsize((2)) mallocesque;
|
||||
char *strndup(const char *, size_t) paramsnonnull() mallocesque;
|
||||
int posix_memalign(void **, size_t, size_t); /* wut */
|
||||
bool __grow(void *, size_t *, size_t, size_t) paramsnonnull((1, 2)) libcesque;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue