aboutsummaryrefslogtreecommitdiff
path: root/include/endian.h
AgeCommit message (Expand)Author
2019-10-17make endian.h expose unprefixed macros, functions in standard profileRich Felker
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker
2012-05-06take byte order from gcc if gcc has defined itRich Felker
2012-05-03uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker
2012-04-22fix breakage in endian.hRich Felker
2012-04-22add some ugly byte swapping cruft in endian.hRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker