diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-27 06:30:11 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-27 06:30:11 -0800 |
commit | e9b78ff2c7a7765b842588c9a93f84956de9834d (patch) | |
tree | 7a0bd22f89841184171f4344cf3080434b593e02 /arith.h | |
parent | 0515d6ee6af5f16a951f7dd61ddc3f3e2cd0e562 (diff) | |
download | txr-e9b78ff2c7a7765b842588c9a93f84956de9834d.tar.gz txr-e9b78ff2c7a7765b842588c9a93f84956de9834d.tar.bz2 txr-e9b78ff2c7a7765b842588c9a93f84956de9834d.zip |
* arith.c (width): New function.
* arith.h (width): Declared.
* eval.c (eval_init): Width registered as intrisinc.
* txr.1: Documented width.
Diffstat (limited to 'arith.h')
-rw-r--r-- | arith.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,4 +35,5 @@ val n_choose_k(val n, val k); val n_perm_k(val n, val k); val tofloat(val obj); val toint(val obj, val base); +val width(val num); void arith_init(void); |