OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / config / frv / uitod.c
1 double __uitod (unsigned int a)
2 {
3   return a;
4 }