LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   shared libraries (https://www.linuxquestions.org/questions/linux-newbie-8/shared-libraries-902749/)

abhikohokade 09-13-2011 05:22 AM

shared libraries
 
how to use the function of predefined /us/lib shared libraris in our c program
plase give me a code snippest or reference

Nylex 09-13-2011 05:55 AM

You need to include the relevant headers and then link the library when you compile your program. Edit: Of course, you also need to make use of functions that are provided by said library! Which libraries do you want to use, specifically?


All times are GMT -5. The time now is 12:30 AM.