#include "foo.h" void stop() {} int foo() { stop(); return 0; }
Attach a file by drag & drop or click to upload