main.c 102 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #include "One/One.h" #include "Two/Two.h" int main() { one(); two(); return 0; // break here }