1 2 3 4 5 6
#include"source1.h" #include"source2.h" int main(int argc, char **argv) { return func1() + func2(); }