diff options
Diffstat (limited to 'arith.h')
-rw-r--r-- | arith.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,5 +45,6 @@ val tofloatz(val obj); val tointz(val obj, val base); val width(val num); val bits(val obj); +noreturn void do_mp_error(val self, mp_err code); void arith_init(void); void arith_free_all(void); |