Share to learn
#define IS_LITTLE_ENDIAN (*(short*)"\0\1">>8) #define IS_BIG_ENDIAN (*(short*)"\1\0">>8)
No comments:
Post a Comment