3 lines
54 B
C
Raw Normal View History

float __floatunsisf (unsigned long v) {
return v;
}