diff options
Diffstat (limited to 'arith.h')
-rw-r--r-- | arith.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,3 +41,4 @@ val tofloat(val obj); val toint(val obj, val base); val width(val num); void arith_init(void); +void arith_free_all(void); |