diff options
Diffstat (limited to 'stdlib/string.mli')
-rw-r--r-- | stdlib/string.mli | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/string.mli b/stdlib/string.mli index fe1b2497c..7fe385f4e 100644 --- a/stdlib/string.mli +++ b/stdlib/string.mli @@ -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$ *) + (* Module [String]: string operations *) external length : string -> int = "%string_length" |