C function calls extern "C" function in c++

extern "C" void ks_steddy_Cut(float x,float y,void *model);
function in C++ .And when I call it from c(in vs). I use step tools and found that the parameter automatically changed to other value when it jumped from c into c++...?
Topic archived. No new replies allowed.