Download raw body.
Cruft: drop htonl() etc. from libc
On Fri, Apr 12, 2024 at 1:41 PM George Koehler <kernigh@gmail.com> wrote: ... > I believe that macros like htonl don't need functions, but this > diff is correct to keep a function which already exists. > Unless explicitly specified as a macro, POSIX requires all functional interfaces to have a function prototype and external symbol. Philip
Cruft: drop htonl() etc. from libc