__uitof(unsigned int a)1*48fb7bfaSmrg float __uitof (unsigned int a) 2*48fb7bfaSmrg { 3*48fb7bfaSmrg return a; 4*48fb7bfaSmrg } 5