ReactOS
0.4.16-dev-21-g2af6fd4
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
*/
8
void
_wperror
(
const
wchar_t
*
s
)
9
{
10
fwprintf
(
stderr
,
L
"%s: %S\n"
,
s
,
_strerror
(
NULL
));
11
}
NULL
#define NULL
Definition:
types.h:112
s
GLdouble s
Definition:
gl.h:2039
stderr
#define stderr
Definition:
stdio.h:100
fwprintf
_Check_return_opt_ _CRTIMP int __cdecl fwprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const wchar_t *_Format,...)
L
#define L(x)
Definition:
ntvdm.h:50
_wperror
void _wperror(const wchar_t *s)
Definition:
perror.c:8
_strerror
_Check_return_ _CRTIMP char *__cdecl _strerror(_In_opt_z_ const char *_ErrMsg)
sdk
lib
crt
stdio
perror.c
Generated on Sun Sep 15 2024 06:13:02 for ReactOS by
1.9.6