Lely core libraries
2.3.4
io.h
Go to the documentation of this file.
1
22
#ifndef LELY_IO2_SYS_IO_H_
23
#define LELY_IO2_SYS_IO_H_
24
25
#include <
lely/io2/io2.h
>
26
28
typedef
struct
io_poll
io_poll_t
;
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
42
int
io_init
(
void
);
43
49
void
io_fini
(
void
);
50
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif // !LELY_IO2_SYS_IO_H_
io2.h
io_fini
void io_fini(void)
Finalizes the I/O library and terminates the availability of the I/O functions.
Definition:
io.c:38
__io_poll
An I/O polling interface.
Definition:
poll.c:51
io_init
int io_init(void)
Initializes the I/O library and makes the I/O functions available for use.
Definition:
io.c:31
io_poll
Definition:
poll.c:88
include
lely
io2
sys
io.h
Generated by
1.8.17