freebsd-dev/contrib/gcc/config/frv/uitod.c

5 lines
48 B
C
Raw Normal View History

2003-07-11 03:40:53 +00:00
double __uitod (unsigned int a)
{
return a;
}