rt_gccstream/gcc/config/frv/uitof.c

5 lines
47 B
C

float __uitof (unsigned int a)
{
return a;
}