xref: /aosp_15_r20/external/e2fsprogs/include/mingw/arpa/inet.h (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1 #pragma once
2 
3 /* Windows is always little endian. */
4 #define htonl	__builtin_bswap32
5 #define ntohl	__builtin_bswap32
6