rt_gccstream/gcc/config/frv/ulltof.c

5 lines
54 B
C

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