int32_of_bytes conversion function exported

This commit is contained in:
Pascal Brisset
2009-05-13 19:56:05 +00:00
parent 3beaa6390a
commit 8e569dd7cb
+4
View File
@@ -49,6 +49,10 @@ type message = {
}
(** Message specification *)
external int32_of_bytes : string -> int -> int32 = "c_int32_of_indexed_bytes"
(** [int32_of_bytes buffer offset] *)
val separator : string
(** Separator in array values *)