diff options
Diffstat (limited to 'byterun/sys.c')
-rw-r--r-- | byterun/sys.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/byterun/sys.c b/byterun/sys.c index 74130e3a6..fd5524e73 100644 --- a/byterun/sys.c +++ b/byterun/sys.c @@ -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$ */ + /* Basic system calls */ #include <errno.h> |