Test post

#include <stdio.h>

int main(void)
{
    int i = 1;
    if (*(char *)&i)
        puts("little endian");
}