File en memory streams, en lezen van input streams. Nog niet getest. Alle
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 16 Aug 2008 16:19:02 +0000 (16:19 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 16 Aug 2008 16:19:02 +0000 (16:19 +0000)
commit9576479a013cce9694bb2e4e045162baed1c2470
tree387e63695a94c231425e58cb26391a4e436cfafd
parenta8f0931a13cd86f4176a3482a6dfc5353defde9d
File en memory streams, en lezen van input streams. Nog niet getest. Alle
stream I/O functies afgesplitst in strio.c.

glk_get_char_stream()
glk_get_buffer_stream()
glk_get_line_stream()
glk_stream_close()
glk_stream_get_position()
glk_stream_set_position()
glk_stream_open_memory()
glk_stream_open_memory_uni()

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@8 ddfedd41-794f-dd11-ae45-00112f111e67
src/Makefile
src/model.c
src/stream.c
src/stream.h
src/strio.c [new file with mode: 0644]