v0.1.0
Fast, portable C library for geometry input/output
|
Declaration of gmio_stream and utility functions. More...
Go to the source code of this file.
Data Structures | |
struct | gmio_stream |
Stream that can get input from an arbitrary data source or can write output to an arbitrary data sink. More... | |
Typedefs | |
typedef int64_or_long | gmio_streamsize_t |
Type able to represent the size(in bytes) of a stream. More... | |
typedef int64_or_long | gmio_streamoffset_t |
Type able to represent the offset position within a stream. More... | |
Functions | |
struct gmio_stream | gmio_stream_null () |
Returns a null stream. More... | |
struct gmio_stream | gmio_stream_stdio (FILE *file) |
Returns a stream for standard FILE* (cookie will hold file ) More... | |
Declaration of gmio_stream and utility functions.
Fougue © 2016 | Last Update: Fri Jun 24 2016 |