git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6342 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2004-05-28 09:06:12 +00:00
parent 109b31b410
commit cd013c12c2
1 changed files with 3 additions and 1 deletions

View File

@ -625,7 +625,9 @@ val seek_out : out_channel -> int -> unit
the behavior is unspecified. *)
val pos_out : out_channel -> int
(** Return the current writing position for the given channel. *)
(** Return the current writing position for the given channel. Does
not work on channels opened with the [Open_append] flag (returns
unspecified results). *)
val out_channel_length : out_channel -> int
(** Return the total length (number of characters) of the