#include // Declare the function prototype as static: static void funcB (); void funcB () { printf ("func B\n"); }