<iso646.h>: Avoid conflicts w/ C++ keywords.
[dragonfly.git] / lib / libc / i386 / gen / nanf.c
1 /*      $NetBSD: nanf.c,v 1.3 2005/04/15 22:39:11 kleink Exp $  */
2 /*      $DragonFly: src/lib/libc/i386/gen/nanf.c,v 1.1 2005/07/26 21:15:19 joerg Exp $ */
3
4 #include <math.h>
5 #include <machine/endian.h>
6
7 /* bytes for quiet NaN (IEEE single precision) */
8 const union __float_u __nanf =
9                 { {    0,    0, 0xc0, 0x7f } };