Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/frv/ulltof.c

5 lines
54 B
C

float __ulltof (unsigned long long a)
{
return a;
}