ocaml/otherlibs/unix/cst2constr.h

19 lines
848 B
C

/***********************************************************************/
/* */
/* 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
value cst_to_constr();
#endif