fwprintf

Name

fwprintf -- formatted wide character output conversion

Synopsis

int fwprintf(FILE* stream, const wchar_t* format, ...);

Description

The specification for "fwprintf" is as specified in the SUSv2 but with the following differences as listed below.

Wide-character Conversion:

The following wide-character are not specified in GNU:

d, i, o, u, x, X, f, e, E , g, G , c, s, p, n, C, S, %

Errors

The following error types are not specified in GNU:

EILSEQ

EINVAL

ENOMEM