diff options
Diffstat (limited to 'stdlib/sys.mli')
-rw-r--r-- | stdlib/sys.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/sys.mli b/stdlib/sys.mli index 4913bef8e..b127bc00b 100644 --- a/stdlib/sys.mli +++ b/stdlib/sys.mli @@ -84,6 +84,9 @@ val word_size : int (** Size of one word on the machine currently executing the OCaml program, in bits: 32 or 64. *) +val big_endian : bool +(** Whether the machine currently executing the Caml program is big-endian. *) + val max_string_length : int (** Maximum length of a string. *) |