summaryrefslogtreecommitdiff
path: root/otherlibs/unix/cst2constr.h
blob: 307926b353a0ab18c8dfb52c143a54930150c77e (plain)
1
2
3
4
5
#ifdef ANSI
value cst_to_constr(int, int *, int, int);
#else
value cst_to_constr();
#endif