1 2 3 4 5 6 7 8
#include "add.h" #include "sub.h" #include "foo.h" int foo(int a, int b) { return add(sub(a, b), sub(b, a)); }