home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
programm
/
programi
/
gcc_9112.lzh
/
gnulib
/
cmpdf2.c
< 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
|
1991-10-09
|
126 b
|
10 lines
#include "common.h"
#include <inline/mathieeedoubbas.h>
int
__cmpdf2 (a, b)
double a, b;
{
return IEEEDPCmp (a, b);
}