Searched defs:endian_test (Results 1 – 2 of 2) sorted by relevance
11 union { short s; char c[2]; } endian_test; in main() local