5 lines
48 B
C
Raw Normal View History

2012-03-28 01:13:14 +02:00
double __uitod (unsigned int a)
{
return a;
}