#include <stdio.h>#include <arpa/inet.h> int main(void) { printf("%04X", htons(0xFF00)); return 0;}
Standard input is empty
00FF
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!