How to add 2 different C libraries with same name but having entirely different functionalities without changing the name?
For example one s/w product comes with lib named libabc.so And my lib is also having the same name libabc.lib.
So, how I can use the both the lib at the same time, without conflicting at runtime