Does a good manual exist for the standard C libraries? Like man for Linux or Java API.
Edit
I am working in Visual Studio 2010 Express.
I prefer something like Java API to see all libraries and not like man that show function that I know already exists without giving me the all list of function, and also man not exist in Windows.
Thanks
If you are working on Unix systems the GLibC Manual is really good. Although it covers more than is available in standard C