1 #include "baz.h" 2 3 #include <math.h> 4 baz(int j)5 int baz(int j) { 6 int k = sqrt(j); 7 return k; // break here 8 } 9