/* $NetBSD: infinity.c,v 1.7 2000/09/13 22:32:27 msaitoh Exp $ */ #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: infinity.c,v 1.7 2000/09/13 22:32:27 msaitoh Exp $"); #endif /* LIBC_SCCS and not lint */ /* * XXX - This is not correct, but what can we do about it??? */ /* infinity.c */ #include /* The highest D float on a vax. */ const char __infinity[] = { (char)0xff, (char)0x7f, (char)0xff, (char)0xff, (char)0xff, (char)0xff, (char)0xff, (char)0xff };