Retro68/gcc/libgcc/config/frv/uitod.c

5 lines
48 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
double __uitod (unsigned int a)
{
return a;
}