The GNU C Library - Custom Streams

Node: Custom Streams Prev: Obstack Streams Up: Other Kinds of Streams

Programming Your Own Custom Streams

This section describes how you can make a stream that gets input from an arbitrary data source or writes output to an arbitrary data sink programmed by you. We call these custom streams.

Streams and Cookies The cookie records where to fetch or
store data that is read or written.
*** invalid menu entry ***that a custom stream needs.


Up: Other Kinds of Streams