ReactOS 0.4.15-dev-7924-g5949c20
perror.c
Go to the documentation of this file.
1/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2#include <precomp.h>
3
4
5/*
6 * @implemented
7 */
8void _wperror(const wchar_t *s)
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
void _wperror(const wchar_t *s)
Definition: perror.c:8
_Check_return_ _CRTIMP char *__cdecl _strerror(_In_opt_z_ const char *_ErrMsg)