"gobigred" <[EMAIL PROTECTED]> wrote:
> have to use both libraries for different purpose
> both have function named as "inflate"

You can use dlopen() to load the libraries and dlsym() to access a
specific function within a library.  Check the man pages for details.


paul


_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to