2 lines
104 B
Text
2 lines
104 B
Text
(* Print endianness *)
|
|
Printf.printf "%s\n" (if Sys.big_endian then "big endian" else "little endian");
|