// get_float and printf with %f #include #include int main(void) { float f = get_float("Float: "); printf("hello, %f\n", f); }