Skip to content

Add fallback function for endian(3) family functions in isc/endian.h

Ondřej Surý requested to merge 605-make-endian.h-more-portable into master

Write simple bswap{16,32,64} macros and use them in place where byteorder(3) functions are not appropriate (e.g. bigendian platforms and 64-bit functions).

Edited by Michał Kępień

Merge request reports