shithub: femtolisp

ref: 0e0e474915d2dcf8193f27c5491cd6c1502fc23b
dir: /iostream.h/

View raw version
extern fltype_t *iostreamtype;

ios_t *toiostream(value_t v);
value_t stream_to_string(value_t *ps);
void iostream_init(void);