foo.c 70 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #include "foo.h" void stop() {} int foo() { stop(); return 0; }