ae8a4b2f36
right way to do it.
12 lines
177 B
C
12 lines
177 B
C
/*
|
|
* infinity.c
|
|
*/
|
|
|
|
#include <sys/cdefs.h>
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
#include <math.h>
|
|
|
|
/* bytes for +Infinity on a 387 */
|
|
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };
|