OSDN Git Service

2003-10-21 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / config / frv / ulltod.c
1 double __ulltod (unsigned long long a)
2 {
3   return a;
4 }