Hello all, Is it possible to check what shared libraries a program is using or what shared libraries is available to a program inside the code? I mean, I need to be sure that a function in a shared library is available before I call this function.
Thanks.
