We have an obsolete library implementation and associated open header files. Recently, we found that some of the functions of the open header file do not have corresponding definitions in the library implementation.
We want to check if there can be several more such functions. Is there an easier way to do this, rather than sifting through every API present in the header and then checking to see if there is a definition for it?
source
share