22#ifndef LELY_IO2_SYS_IO_H_
23#define LELY_IO2_SYS_IO_H_
This is the public header file of the I/O library.
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.
An I/O polling interface.