#include "foo.h" #include void stub() { printf("stub\n"); } int sub(int a, int b) { return a - b; } int add(int a, int b) { return a + b; }