24 #ifndef LELY_IO2_SYS_IO_HPP_ 25 #define LELY_IO2_SYS_IO_HPP_ 37 if (
io_init() == -1) util::throw_errc(
"IoGuard");
49 #endif // !LELY_IO2_SYS_IO_HPP_ This header file is part of the I/O library; it contains system-dependent I/O initialization/finaliza...
void io_fini(void)
Finalizes the I/O library and terminates the availability of the I/O functions.
A RAII-style wrapper around io_init() and io_fini().
int io_init(void)
Initializes the I/O library and makes the I/O functions available for use.
This header file is part of the utilities library; it contains C++ convenience functions for creating...