Documentation.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4856 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2002-05-28 17:51:49 +00:00
parent 2dd5bb2e5d
commit 12b5faed10
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ end;;
val fscanf : in_channel -> ('a, Scanning.scanbuf, 'b) format -> 'a -> 'b;;
(** [fscanf inchan format f] reads tokens from the channel [inchan] according
to the format string [format], converts these tokens to values, and
applies these values to the function [f].
applies the function [f] to these values.
The result of this application of [f] is the result of the whole construct.
The format is a character string which contains three types of