Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/frv/ulltod.c
2023-03-06 14:48:14 +01:00

4 lines
55 B
C

double __ulltod (unsigned long long a)
{
return a;
}