ReactOS 0.4.15-dev-7928-g68a8619
huge_val.c
Go to the documentation of this file.
1/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2
3#include <internal/ieee.h>
4
5#undef _HUGE
6double_s _HUGE = { 0x00000, 0x00000, 0x7ff, 0x0 };
double_s _HUGE
Definition: huge_val.c:6
Definition: ieee.h:10