1 #ifndef lint 2 static char rcsid[] = "$Id: infinity.c,v 1.1 1995/04/17 12:23:41 ragge Exp $"; 3 #endif /* not lint */ 4 /* 5 * XXX - THIS IS (probably) COMPLETELY WRONG ON VAX!!! 6 */ 7 8 /* infinity.c */ 9 10 #include <math.h> 11 12 /* bytes for +Infinity on a 387 */ 13 char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f }; 14