Where is the list of the POSIX C API functions?

c, posix

Solution

POSIX 1003.1-2008 is now available on the web (all 3872 pages of it, in PDF and HTML). You have to register (free). I got to it from the Open Group Bookstore.

See How to Portably scanf into a pid_t in C for my original answer that included this information.

Problem

I'm trying to find out where I can find documentation on POSIX functions, but coming up short. Any recommendations?

Original source

Related problems