I am looking for something similar to the Java API documentation, but for the GNU C Library.
I am trying to develop a simple server/client Sockets program but I keep getting lost in the different data structures and function calls. The GNU C Library Manual is great for explaining functionality, but I don't find it useful for quickly looking up API calls and data structures.
Is there a good C API browser out there?
