From 81881f98bcf7496cbb21de70edf9f04e626aebbc Mon Sep 17 00:00:00 2001 From: vinc456 Date: Sun, 22 Mar 2015 15:27:26 -0600 Subject: [PATCH] Update README.md Added a stylized version of the GNU C Library manual. Discussion at https://news.ycombinator.com/item?id=9245038 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 203158d..19932a5 100644 --- a/README.md +++ b/README.md @@ -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.*