#include float amuze_me(void) { return 3.9; } int main(void) { int foo = amuze_me(); printf("%i\n", foo); return 0; }