:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / msvcrt / math / huge_val.c
1 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2
3 #include <msvcrt/internal/ieee.h>
4
5 #undef _HUGE
6 double_t _HUGE = { 0x00000, 0x00000, 0x7ff, 0x0 };