diff options
Diffstat (limited to 'stdlib/printf.ml')
-rw-r--r-- | stdlib/printf.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/printf.ml b/stdlib/printf.ml index 34f0b5438..cc49e0c0d 100644 --- a/stdlib/printf.ml +++ b/stdlib/printf.ml @@ -1,3 +1,16 @@ +(***********************************************************************) +(* *) +(* Caml Special Light *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1995 Institut National de Recherche en Informatique et *) +(* Automatique. Distributed only by permission. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + external format_int: string -> int -> string = "format_int" external format_float: string -> float -> string = "format_float" |