respect iso c namespace in stdio.h and wchar.h regarding va_list
[musl] / arch / arm / bits / endian.h
1 #if __ARMEB__
2 #define __BYTE_ORDER __BIG_ENDIAN
3 #else
4 #define __BYTE_ORDER __LITTLE_ENDIAN
5 #endif