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

5 lines
54 B
C

float __ulltof (unsigned long long a)
{
return a;
}