diff options
Diffstat (limited to 'ocamlbuild/my_unix_with_unix.mli')
-rw-r--r-- | ocamlbuild/my_unix_with_unix.mli | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ocamlbuild/my_unix_with_unix.mli b/ocamlbuild/my_unix_with_unix.mli new file mode 100644 index 000000000..1d87e4dee --- /dev/null +++ b/ocamlbuild/my_unix_with_unix.mli @@ -0,0 +1,14 @@ +(***********************************************************************) +(* ocamlbuild *) +(* *) +(* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *) +(* *) +(* Copyright 2007 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) +(* *) +(***********************************************************************) + +(* $Id$ *) +(* Original author: Nicolas Pouillard *) +val setup : unit -> unit |