1io_finishandshutdown(3) Library Functions Manual io_finishandshutdown(3)
2
3
4
6 io_finishandshutdown - deallocate internal data structures
7
9 #include <io.h>
10
11 void io_finishandshutdown();
12
14 io_finishandshutdown deallocates the internal data structures of
15 io_wait(). This only makes sense if you run your program in a malloc
16 checker and want to eliminate the false alarms. Your OS will free data
17 structures automatically on process termination.
18
20 io_wait(3)
21
22
23
24 io_finishandshutdown(3)