1 2 3 4 5 6 7 8
void flob_1(void); void flob_2(void); int main(void) { flob_1(); flob_2(); return 0; }