How can C++ code call a C function?
by simply calling the C code
there is no way for C++ to call a C function
by importing the source C code
by using extern "C"