#include "func1.h" #include "func2.h" int main(int argc, char* argv[]) { func1(0, 2); func1(1, 1); func2(0, 1); }