2015-10-15 10:25:28 +02:00

5 lines
47 B
C

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