diff options
Diffstat (limited to 'stdlib/sys.ml')
-rw-r--r-- | stdlib/sys.ml | 13 |
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" |