Add copyright notices and new function String.chomp
[ocaml.git] / bytecomp / runtimedef.mli
blob27309f60aac6fef7862d8a00a6cb63431b83e4fd
1 (***********************************************************************)
2 (* *)
3 (* Objective Caml *)
4 (* *)
5 (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
6 (* *)
7 (* Copyright 1996 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
10 (* *)
11 (***********************************************************************)
13 (* $Id$ *)
15 (* Values and functions known and/or provided by the runtime system *)
17 val builtin_exceptions: string array
18 val builtin_primitives: string array