Table of Contents
vfwprintf
C Sourcecode Example
output
vfwprintf
#include <wchar.h> int vfwprintf(FILE *restrict, const wchar_t *restrict, va_list);
return value
C Sourcecode Example
no example yet
output