#include "baz.h" #include int baz(int j) { int k = sqrt(j); return k; // break here }