Hello, I have the following questions about shared objects: 1. How can I know what are the functions included in a shared library (.so) without having/using the source code? For example, libncurses.so.5.4 2. How can I call this functions inside my code ? Thanks, ework0