Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

    printf("%hx", *(unsigned short *)"YC");
...works on big endian machines. this works everywhere:

    printf("%hx", htons(*(unsigned short *)"YC"));


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: