freebsd-dev/contrib/gcc/config/frv/uitod.c
2003-07-11 03:40:53 +00:00

5 lines
48 B
C

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