Sign in
third-party-mirror
/
mingw-w64
/
c8c94d8e8b83986355215834fda91b05dac350e7
/
.
/
mingw-w64-crt
/
merr.c
blob: 045b016cbb48a37f5976ea5908bb309a8bee7356 [
file
] [
log
] [
blame
]
#include
<internal.h>
#include
<math.h>
int
__defaultmatherr
=
1
;
int
__CRTDECL
_matherr
(
struct
_exception
*
pexcept
)
{
/* Make compiler happy. */
pexcept
=
pexcept
;
return
0
;
}