summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-07-10 14:58:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-07-10 14:58:43 -0700
commite11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa (patch)
treeccf54826f68204076d30c5ff33909bf6b19f7cb3 /stream.h
parent91d1a70c1d64c67bbaa5dc94dabf7461ad97bb8d (diff)
downloadtxr-e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa.tar.gz
txr-e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa.tar.bz2
txr-e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa.zip
New function: add-suffix.
* stream.c, stream.h (add_suffix): New function. (stream_init): add-suffix intrinsic registered. * tests/018/path.tl: Tests. * txr.1: Documented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.h b/stream.h
index 07c2bb80..e705c694 100644
--- a/stream.h
+++ b/stream.h
@@ -259,6 +259,7 @@ val long_suffix(val name, val alt_in);
val trim_short_suffix(val name);
val trim_long_suffix(val name);
val path_cat(val dir_name, val base_name);
+val add_suffix(val name, val suffix);
val make_byte_input_stream(val obj);
val iobuf_get(void);
void iobuf_put(val buf);