diff options
Diffstat (limited to 'buf.h')
-rw-r--r-- | buf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,4 +102,7 @@ val buf_get_cptr(val buf, val pos); val buf_print(val buf, val stream); val buf_pprint(val buf, val stream); +val make_buf_stream(val buf_opt); +val get_buf_from_stream(val stream); + void buf_init(void); |