diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-20 19:55:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-20 19:55:49 -0800 |
commit | 68de493c2e7500fbc9df94605ff79739c51c3759 (patch) | |
tree | 61c70c86b8dd6ee851f1ad0205b0a9fb243ae9e3 /buf.h | |
parent | 98fe899f21eadf2eff1aa455c6f77edd09ff717f (diff) | |
download | txr-68de493c2e7500fbc9df94605ff79739c51c3759.tar.gz txr-68de493c2e7500fbc9df94605ff79739c51c3759.tar.bz2 txr-68de493c2e7500fbc9df94605ff79739c51c3759.zip |
New function: buf-list.
* buf.c (buf_list): New function.
(buf_init): buf-list intrinsic registered.
* buf.h (buf_list): Declared.
* txr.1: Documented.
Diffstat (limited to 'buf.h')
-rw-r--r-- | buf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ val buf_alloc_size(val buf); mem_t *buf_get(val buf, val self); val sub_buf(val seq, val from, val to); val replace_buf(val buf, val items, val from, val to); +val buf_list(val list); val buf_put_buf(val dbuf, val sbuf, val pos); #if HAVE_I8 |