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

5 lines
55 B
C

double __ulltod (unsigned long long a)
{
return a;
}