2494a00b49
I'm confused.. Submitted by: jkh
7 lines
126 B
C
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 };
|