reactos/lib/sdk/crt/math/huge_val.c
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

7 lines
157 B
C

/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include <internal/ieee.h>
#undef _HUGE
double_s _HUGE = { 0x00000, 0x00000, 0x7ff, 0x0 };