fork download
  1. #include <stdio.h>
  2. #include <arpa/inet.h>
  3.  
  4. int main(void) {
  5. printf("%04X", htons(0xFF00));
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
00FF