eaarlio_error
Definition: error.h:16
eaarlio_error eaarlio_file_stream(struct eaarlio_stream *stream, char const *fn, char const *mode)
Open a stream for a normal file.
Memory handler structure.
Definition: memory.h:41
Flight data.
Definition: flight.h:37
Stream interface for working with files.
Error codes and handling.
Interface for working with a flight.
eaarlio_error eaarlio_file_tld_opener(struct eaarlio_tld_opener *tld_opener, char const *tld_path, struct eaarlio_memory *memory)
Open a tld_opener using normal files.
Interface for opening TLD files.
TLD file opener interface.
Definition: tld_opener.h:36
eaarlio_error eaarlio_file_flight(struct eaarlio_flight *flight, char const *edb_file, char const *tld_path, struct eaarlio_memory *memory)
Open an eaarlio_flight using normal files.
Stream interface.
Definition: stream.h:47