diff options
Diffstat (limited to 'otherlibs/unix/cst2constr.h')
-rw-r--r-- | otherlibs/unix/cst2constr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otherlibs/unix/cst2constr.h b/otherlibs/unix/cst2constr.h new file mode 100644 index 000000000..307926b35 --- /dev/null +++ b/otherlibs/unix/cst2constr.h @@ -0,0 +1,5 @@ +#ifdef ANSI +value cst_to_constr(int, int *, int, int); +#else +value cst_to_constr(); +#endif |