uitof.c 47 B

1234
  1. float __uitof (unsigned int a)
  2. {
  3. return a;
  4. }