ДД>x.i = *(unsigned int *)str; ДД>
float f = *(float *)str / 60; printf("%u:%u:%u\n", (int)f / 60, (int)f % 60, (int)(60*(f - floorf(f))));