io_wrapper_flush
Last updated March 2020
Name
io_wrapper_flush — Flush a resource
Synopsis
#include "io_wrapper.h"
| int **io_wrapper_flush** (
| io)
; | |
Description
Flush a resource prior to destroying it.
- io
-
The resource.
On success, this function returns 0
; on failure it returns -1
and errno
is set appropriately.
It is legal to call this function in any thread.
See Also
Was this page helpful?