uitof.c   [plain text]


float __uitof (unsigned int a)
{
  return a;
}