2013-04-23 18:39:47 +02:00

5 lines
47 B
C

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