home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
D
/
LIBC
/
LIBC-4.6
/
LIBC-4
/
libc-linux
/
sysdeps
/
linux
/
i386
/
math
/
float.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-17
|
194 b
|
9 lines
/* work around until gcc's <float.h> is correct */
#ifndef _MIN_EVAL_FORMAT
#define _MIN_EVAL_FORMAT 2
#define _WIDEST_NEED_EVAL 0 /* does not matter anyway */
#endif
#include_next <float.h>