ReactOS 0.4.15-dev-7924-g5949c20
_matherr.c File Reference
#include <math.h>
Include dependency graph for _matherr.c:

Go to the source code of this file.

Functions

int __cdecl _matherr (struct _exception *pexcept)
 

Function Documentation

◆ _matherr()

int __cdecl _matherr ( struct _exception pexcept)

Definition at line 15 of file _matherr.c.

16{
17 return 0;
18}