io_wrapper_printf
Last updated March 2020
Name
io_wrapper_printf — printf-like function that operates on an io_object pointer
Synopsis
#include "io_wrapper.h"
| ssize_t **io_wrapper_printf** (
| io, | |
| | format, | |
| | )
; | |
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
printf-like function that operates on an io_object pointer.
- io
-
the io object
- format
-
printf-style format string
- ...
-
variadic arguments
returns number of characters it attempted to write or -1 on error.
Was this page helpful?