ocaml/otherlibs/unix/cst2constr.h

6 lines
95 B
C

#ifdef __STDC__
value cst_to_constr(int, int *, int, int);
#else
value cst_to_constr();
#endif