Sign in
mingw
/
mingw-w64
/
0b7a22bea5a7ce75b687a7f03b3ac972b8db8dc9
/
.
/
mingw-w64-crt
/
math
/
_huge.c
blob: 1ca9595ab7bf7dcc89a7b4efe81a512795feb9c4 [
file
] [
log
] [
blame
]
/* For UCRT, positive infinity */
#include
<_mingw.h>
#undef
_HUGE
static
double
_HUGE
=
__builtin_huge_val
();
double
*
__MINGW_IMP_SYMBOL
(
_HUGE
)
=
&
_HUGE
;