rt_gccstream/gcc/config/frv/uitod.c

5 lines
48 B
C

double __uitod (unsigned int a)
{
return a;
}