Update README.md

Added a stylized version of the GNU C Library manual. Discussion at https://news.ycombinator.com/item?id=9245038
This commit is contained in:
vinc456
2015-03-22 15:27:26 -06:00
parent 6124950ff9
commit 81881f98bc

View File

@@ -61,6 +61,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Standard Template Library](http://en.wikipedia.org/wiki/Standard_Template_Library) - The Standard Template Library (STL).
* [C POSIX library](http://en.wikipedia.org/wiki/C_POSIX_library) - A specification of a C standard library for POSIX systems.
* [ISO C++ Standards Committee](https://github.com/cplusplus) - ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee. [website](http://www.open-std.org/JTC1/SC22/WG21/)
* [The GNU C Library](http://elmerland.com/gnu_manual.html) - The purpose of this manual is to tell you how to use the facilities of the GNU C Library.
## Frameworks
*C++ generic frameworks and libraries.*