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