io_close()
Release an input stream
Synopsis:
#include <img/img.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: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |