Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

io_close()

Release an input stream

Synopsis:

#include <img.h>

void io_close( io_stream_t *stream );

Arguments:

stream
A pointer to the stream object returned by io_open().

Library:

img

Description:

This function releases the resources associated with an input stream.

Classification:

Image library

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

io_open()