stream_new
str = stream_new(STREAM_SINGLE | STREAM_NOTFILE);
str = stream_new(STREAM_WIDE | STREAM_NOTFILE);
str = stream_new(STREAM_NO_SOURCE);
extern stream_t *stream_new(int);