#include void f(void) { printf("overridden f!\n"); } void g(void) { printf("overridden g!\n"); }