index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arith.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'arith.h')
-rw-r--r--
arith.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/arith.h b/arith.h
index ba8fd958..1b4026b1 100644
--- a/
arith.h
+++ b/
arith.h
@@ -25,4 +25,5 @@
*/
val make_bignum(void);
+val normalize(val bignum);
void arith_init(void);