fork download
  1. #include <stdio.h>
  2. #include <netinet/in.h>
  3. int main(void) {
  4.  
  5. printf("%ull\n", htonl(1357805068));
  6.  
  7. }
  8.  
Success #stdin #stdout 0s 5256KB
stdin
Standard input is empty
stdout
209120848ll