Finding a function in the libraries.

How can I find out in which library a particular function is located? In this case I am looking for pthread_create.

The documentation for each function (from helpviewer) shows what library the function is in. QNX doesn’t have a seperate pthread library, it’s in libc.

I was looking throught the docs before I asked in the forum, and I don’t know how I was able to miss that. It says library in big nice bold letters. Sorry to have bothered you.