xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/ulltod.c (revision c34236556bea94afcaca1782d7d228301edc3ea0)
1 double __ulltod (unsigned long long a)
2 {
3   return a;
4 }
5