#include "foo.h" #include void Foo::print() const { printf("x is %d, y is %d\n", x, y ); }