#include extern "C" { int int_sqrt(int x) { return sqrt(x); } }