gcc/libgcc/config/frv/uitod.c

5 lines
48 B
C
Raw Normal View History

2002-08-04 21:37:03 +02:00
double __uitod (unsigned int a)
{
return a;
}