Sponsor:

Your company here, and a link to your site. Click to find out more.

io_finishandshutdown - Man Page

deallocate internal data structures

Syntax

#include <io.h>

void io_finishandshutdown();

Description

io_finishandshutdown deallocates the internal data structures of io_wait().  This only makes sense if you run your program in a malloc checker and want to eliminate the false alarms.  Your OS will free data structures automatically on process termination.

See Also

io_wait(3)