table of contents
other versions
Pervasives.LargeFile(3o) | OCaml library | Pervasives.LargeFile(3o) |
NAME¶
Pervasives.LargeFile - no description
Module¶
Module Pervasives.LargeFile
Documentation¶
Module LargeFile
: (module LargeFile)
val seek_out : out_channel -> int64 -> unit
val pos_out : out_channel -> int64
val out_channel_length : out_channel -> int64
val seek_in : in_channel -> int64 -> unit
val pos_in : in_channel -> int64
val in_channel_length : in_channel -> int64
2020-07-30 | OCamldoc |