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