io_close()
QNX SDP8.0Image Library ReferenceAPIDeveloperProgramming
Release an input stream
Synopsis:
#include <io/io.h> void io_close( io_stream_t *stream );
Arguments:
- stream
- A pointer to the stream object returned by io_open().
Library:
libimg
Use the -l img option to qcc to link against this library.
Description:
This function releases the resources associated with an input stream.
Classification:
Image library
Safety: | |
---|---|
Signal handler | No |
Thread | No |
Page updated: