diff options
Diffstat (limited to 'otherlibs/unix/cst2constr.h')
-rw-r--r-- | otherlibs/unix/cst2constr.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/unix/cst2constr.h b/otherlibs/unix/cst2constr.h index e4b45b876..e46e5a1dc 100644 --- a/otherlibs/unix/cst2constr.h +++ b/otherlibs/unix/cst2constr.h @@ -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$ */ + #ifdef __STDC__ value cst_to_constr(int, int *, int, int); #else |