mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
9 lines
138 B
C
9 lines
138 B
C
/*
|
|
* infinity.c
|
|
* $Id$
|
|
*/
|
|
|
|
#include <math.h>
|
|
|
|
/* bytes for +Infinity on a 387 */
|
|
char __infinity[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };
|