/* $NetBSD: nanf.c,v 1.1 2000/12/29 20:13:50 bjh21 Exp $ */ #include #ifndef lint __RCSID("$NetBSD: nanf.c,v 1.1 2000/12/29 20:13:50 bjh21 Exp $"); #endif /* not lint */ /* nanf.c */ #include /* bytes for quiet NaN on an arm32 (IEEE single precision) */ const char __nanf[] __attribute__((__aligned__(4))) = { 0, 0, (char)0xc0, 0x7f };