ReactOS
0.4.16-dev-2110-ge3521eb
_matherr.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS CRT library
3
* LICENSE: MIT (https://spdx.org/licenses/MIT)
4
* PURPOSE: Implementation of _matherr dummy
5
* COPYRIGHT: Copyright 2021 Timo Kreuzer <timo.kreuzer@reactos.org>
6
*/
7
8
// DO NOT SYNC WITH WINE OR MINGW32
9
10
#include <math.h>
11
12
/* Dummy function, like in MS CRT */
13
int
14
__cdecl
15
_matherr
(
struct
_exception
*pexcept)
16
{
17
return
0;
18
}
_matherr
int __cdecl _matherr(struct _exception *pexcept)
Definition:
_matherr.c:15
__cdecl
#define __cdecl
Definition:
corecrt.h:121
_exception
Definition:
math.h:30
sdk
lib
crt
startup
_matherr.c
Generated on Thu Jan 8 2026 06:15:29 for ReactOS by
1.9.6