I am working on modifying source code for python C extension module ceODBC.
I set up the C source code of ceODBC in Visual studio as a C++ project and linked python source code (so including Python.h in ceODBC won't cause any issue).
However, there is no linkage between C scripts within ceODBC source code since I didn't see any header file(.h) in ceODBC package. How should I link those C scripts?