eaarl-io
1.0.1+71abbd4
EAARL Input/Output Library (Public API)
|
Stream interface for working with files. More...
Go to the source code of this file.
Data Structures | |
struct | eaarlio_stream |
Stream interface. More... | |
Macros | |
#define | eaarlio_stream_empty() |
Empty eaarlio_stream value. More... | |
Stream interface for working with files.
This header defines an interface for working with files and other file-like streams. This decouples the library from direct file access so that other kinds of streams can be implemented if needed, such as compressed streams.
#define eaarlio_stream_empty | ( | ) |
Empty eaarlio_stream value.
All pointers will be NULL
.