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