celestia/config.tests/byteswap/main.cpp

3 lines
62 B
C++

#include <byteswap.h>
int main() { return bswap_16(0x00FF); }