ReactOS 0.4.15-dev-8100-g1887773
perror.c File Reference
#include <precomp.h>
Include dependency graph for perror.c:

Go to the source code of this file.

Functions

void _wperror (const wchar_t *s)
 

Function Documentation

◆ _wperror()

void _wperror ( const wchar_t s)

Definition at line 8 of file perror.c.

9{
10 fwprintf(stderr, L"%s: %S\n", s, _strerror(NULL));
11}
#define NULL
Definition: types.h:112
GLdouble s
Definition: gl.h:2039
#define stderr
Definition: stdio.h:100
_Check_return_opt_ _CRTIMP int __cdecl fwprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const wchar_t *_Format,...)
#define L(x)
Definition: ntvdm.h:50
_Check_return_ _CRTIMP char *__cdecl _strerror(_In_opt_z_ const char *_ErrMsg)