glibc/sysdeps/m68k/fpu/s_scalbnf.c

7 lines
110 B
C

#ifndef FUNC
#define FUNC scalbnf
#include <s_ldexpf.c>
#endif
#define float_type float
#include <s_scalbn.c>