freebsd-dev/lib/libc/i386/gen/infinity.c
Jordan K. Hubbard 2494a00b49 This is weird. I *added this*, but it went away again! Ummm.. Mumble.
I'm confused..
Submitted by:	jkh
1994-08-22 09:19:50 +00:00

7 lines
126 B
C

/* infinity.c */
#include <math.h>
/* bytes for +Infinity on a 387 */
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };