summaryrefslogtreecommitdiffstats
path: root/stdlib/sys.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/sys.ml')
-rw-r--r--stdlib/sys.ml13
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/sys.ml b/stdlib/sys.ml
index 79a40d9b3..40958323e 100644
--- a/stdlib/sys.ml
+++ b/stdlib/sys.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$ *)
+
(* System interface *)
external get_argv: unit -> string array = "sys_get_argv"