rt_gccstream/gcc/config/frv/ulltod.c

5 lines
55 B
C

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