diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-05-31 06:38:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-05-31 06:38:49 -0700 |
commit | 93454f1fc069d7d5a0af7b2aa1c773949b59d106 (patch) | |
tree | 53f654bb639ea56bd623c1abdd971f0be965a42c /stream.h | |
parent | 6e696ffb297ab0066cc4f6deeda0c14b887a89fd (diff) | |
download | txr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |