summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-05-31 06:38:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-05-31 06:38:49 -0700
commit93454f1fc069d7d5a0af7b2aa1c773949b59d106 (patch)
tree53f654bb639ea56bd623c1abdd971f0be965a42c /stream.h
parent6e696ffb297ab0066cc4f6deeda0c14b887a89fd (diff)
downloadtxr-93454f1fc069d7d5a0af7b2aa1c773949b59d106.tar.gz
txr-93454f1fc069d7d5a0af7b2aa1c773949b59d106.tar.bz2
txr-93454f1fc069d7d5a0af7b2aa1c773949b59d106.zip
New function: tmpfile.
* stream.c (tmpfile_wrap): New static function. (stream_init): Register tmpfile intrinsic. * stream.h (tmpfile_wrap): Declared. * txr.1: Documented. * share/txr/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 6d84f7a0..8e6874dc 100644
--- a/stream.h
+++ b/stream.h
@@ -251,4 +251,5 @@ val make_byte_input_stream(val obj);
val iobuf_get(void);
void iobuf_put(val buf);
void iobuf_list_empty(void);
+val tmpfile_wrap(void);
void stream_init(void);