#include #if defined(__linux__) || defined(__CYGWIN__) # include #elif defined(__APPLE__) # include #else # include #endif int main(int argc, char **argv) { u_int64_t hostorder; u_int64_t bigendian = 1; hostorder = betoh64(bigendian); return 0; }