summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-20 06:19:06 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-20 06:19:06 -0700
commit8a6c4b6749a94b3adae46e20de577918ca9d8c59 (patch)
tree817e4f4d9debe2631c789bd5b96d02625afedfd4 /stream.h
parent2536072b64006004c2999005a1961025725f8bfa (diff)
downloadtxr-8a6c4b6749a94b3adae46e20de577918ca9d8c59.tar.gz
txr-8a6c4b6749a94b3adae46e20de577918ca9d8c59.tar.bz2
txr-8a6c4b6749a94b3adae46e20de577918ca9d8c59.zip
New function: trim-path-seps
* stream.c (trim_path_seps): New function. (stream_init): trim-path-seps intrinsic registered. * stream.c (trim_path_seps): Declared. * tests/018/path.tl: New 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 bb041d60..91fc0ecb 100644
--- a/stream.h
+++ b/stream.h
@@ -263,6 +263,7 @@ val short_suffix(val name, val alt_in);
val long_suffix(val name, val alt_in);
val trim_short_suffix(val name);
val trim_long_suffix(val name);
+val trim_path_seps(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);