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().
Description:
This function releases the resources associated with an input stream.
Classification:
Image library
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |