Skip to content
  • Rich Felker's avatar
    make endian.h expose unprefixed macros, functions in standard profile · 316730cd
    Rich Felker authored
    the resolution of Austin Group issue #162 adds endian.h as a standard
    header for future versions of the standard, making it no longer
    acceptable for some of the functionality to be hidden behind
    _BSD_SOURCE or _GNU_SOURCE. the definitions of the [lb]etoh{16,32,64}
    function-like macros are kept conditional since they are alternate
    names which the standard did not adopt.
    316730cd