libnix/defunc/__fixsfsi.c

5 lines
92 B
C

#include <proto/mathieeesingbas.h>
signed long __fixsfsi(float x)
{ return IEEESPFix(x); }