io_wrapper_close
Last updated March 2020
Name
io_wrapper_close — Close an IO wrapper (deprecated)
Synopsis
#include "io_wrapper.h"
| int **io_wrapper_close** (
| io)
; | |
Description
Close an IO wrapper (deprecated).
This API ignores refcounts and does not free. Use io_wrapper_delref.
Was this page helpful?