diff options
Diffstat (limited to 'asmrun/array.c')
-rw-r--r-- | asmrun/array.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/asmrun/array.c b/asmrun/array.c index 8a57db3fd..7209a4ec0 100644 --- a/asmrun/array.c +++ b/asmrun/array.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$ */ + /* Operations on arrays */ #include "alloc.h" |