summaryrefslogtreecommitdiffstats
path: root/stdlib/char.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/char.ml')
-rw-r--r--stdlib/char.ml13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/char.ml b/stdlib/char.ml
index 348c5683c..43ccdef71 100644
--- a/stdlib/char.ml
+++ b/stdlib/char.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$ *)
+
(* Character operations *)
external code: char -> int = "%identity"