blob: 88985e529a0904ac40b7bb3646ae51aefc5accad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/***********************************************************************/
/* */
/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
/* en Automatique. All rights reserved. This file is distributed */
/* under the terms of the GNU Library General Public License, with */
/* the special exception on linking described in file ../../LICENSE. */
/* */
/***********************************************************************/
extern value cst_to_constr(int n, int * tbl, int size, int deflt);
|