// example.c static int a(int a) { return a + 1; } struct Example example = { a }; // example.h struct Example {