mirror of
https://github.com/diegocr/libnix.git
synced 2026-03-17 05:26:12 +00:00
5 lines
94 B
C
5 lines
94 B
C
#include <proto/mathieeesingbas.h>
|
|
|
|
float __floatsisf(signed long x)
|
|
{ return IEEESPFlt(x); }
|