Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 14 of file fwprintf.c.
Referenced by _wperror().
{ va_list argptr; int result; va_start(argptr, format); result = vfwprintf(file, format, argptr); va_end(argptr); return result; }