ReactOS 0.4.16-dev-736-g28b802b
|
#include <math.h>
Go to the source code of this file.
Typedefs | |
typedef int(* | _UserMathErrorFunctionPointer) (struct _exception *) |
Functions | |
void __cdecl | __setusermatherr (_UserMathErrorFunctionPointer func) |
int __cdecl | _invoke_matherr (int type, char *name, double arg1, double arg2, double retval) |
Variables | |
static _UserMathErrorFunctionPointer | user_matherr = NULL |
typedef int(* _UserMathErrorFunctionPointer) (struct _exception *) |
Definition at line 11 of file _invoke_matherr.c.
void __cdecl __setusermatherr | ( | _UserMathErrorFunctionPointer | func | ) |
Definition at line 17 of file _invoke_matherr.c.
|
static |
Definition at line 13 of file _invoke_matherr.c.
Referenced by __acrt_has_user_matherr(), __acrt_invoke_user_matherr(), __setusermatherr(), and _invoke_matherr().