summaryrefslogtreecommitdiffstats
path: root/arith.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-05-24 07:19:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-05-24 07:19:46 -0700
commit7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594 (patch)
treedeb64eeb9901d165d1788532d539889e1806c868 /arith.h
parent6ba995ca8bcb9e20965fd2c09876eeb44c777f59 (diff)
downloadtxr-7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594.tar.gz
txr-7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594.tar.bz2
txr-7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594.zip
bits: external linkage.
* arith.c (bits): Change the linkage from internal to external. * arith.h (bits): Declared.
Diffstat (limited to 'arith.h')
-rw-r--r--arith.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arith.h b/arith.h
index 8961c571..32c19272 100644
--- a/arith.h
+++ b/arith.h
@@ -44,5 +44,6 @@ val toint(val obj, val base);
val tofloatz(val obj);
val tointz(val obj, val base);
val width(val num);
+val bits(val obj);
void arith_init(void);
void arith_free_all(void);