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