NetBSD/lib/libc/arch/i386/gen/infinity.c

14 lines
338 B
C
Raw Normal View History

1998-11-14 22:31:01 +03:00
/* $NetBSD: infinity.c,v 1.4 1998/11/14 19:31:01 christos Exp $ */
1997-07-13 22:45:15 +04:00
#include <sys/cdefs.h>
#ifndef lint
1998-11-14 22:31:01 +03:00
__RCSID("$NetBSD: infinity.c,v 1.4 1998/11/14 19:31:01 christos Exp $");
#endif /* not lint */
/* infinity.c */
#include <math.h>
/* bytes for +Infinity on a 387 */
1998-11-14 22:31:01 +03:00
const char __infinity[] = { 0, 0, 0, 0, 0, 0, (char)0xf0, 0x7f };