Age | Commit message (Collapse) | Author |
|
It should return the "dest" pointer that was passed in.
test_strings has been updated with a test for the correct behavior.
|
|
|
|
|
|
|
|
needless tear down le32 stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target right
|
|
|
|
|
|
finite() was from BSD days, isfinite() is the standard now.
|
|
|
|
are used as function pointers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the standard int64_t rather than __int64_t.
|
|
Include <stdint.h> to use int64_t.
|
|
Use va_copy (C99) instead of __va_copy (GNU ext).
|
|
This header is <arpa/inet.h>, not <net/arpa/...>
|
|
|
|
|
|
|
|
|
|
musl libc headers don't have __va_copy as it is a GNU extension
and hasn't been needed for over a decade.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|