--- libelwix/example/test.c 2013/01/17 10:05:35 1.1.1.1 +++ libelwix/example/test.c 2014/02/21 13:34:04 1.1.1.1.48.1 @@ -9,6 +9,9 @@ int main(int argc, char **argv) char str[256], *s, s0[2][256]; ait_val_t *v; + printf("ELWIX byte order is %d == %s endian\n", elwix_byteOrder(), + elwix_byteOrder() ? "little" : "big"); + if (argc < 2) { printf("regex:: regex_Verify([0-9]+) -> %s\n", regex_Verify("[0-9]+", "shmink132sdf09", NULL, NULL));