// Program to Determine Host Byte Order
#include <stdio.h>
int main(int argc, char **argv) {
union {
short s;
char c[sizeof(short)];
}un;
un.s = 0x0102;
برچسب: نویسنده: هستی رستمیان تاريخ: سه شنبه 24 اسفند 1395 ساعت: 13:01