#include class CFoo { int foo1(int arg); int foo2(); }; int CFoo::foo1(int arg) { } int CFoo::foo2() { } int some_func(void) { }