added some bigint code for division

This commit is contained in:
hyunghwan.chung
2015-11-22 13:32:06 +00:00
parent f618154aaf
commit d8da07cb59
8 changed files with 287 additions and 98 deletions

View File

@ -1105,12 +1105,12 @@ stix_oop_t stix_strtoint (
/* ========================================================================= */
/* comp.c */
/* ========================================================================= */
int stix_compile (
STIX_EXPORT int stix_compile (
stix_t* stix,
stix_io_impl_t io
);
void stix_getsynerr (
STIX_EXPORT void stix_getsynerr (
stix_t* stix,
stix_synerr_t* synerr
);