#ifndef FGH #define FGH void f(void); /* The void in parens is optional in C++ but required in C. */ int g(int i); #endif