Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / 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 };
7 double *_HUGE_dll = (double *)&_HUGE;