From ba334160115bfffaa73b7b0742b22b5e6b23d2c3 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 15 Feb 2015 01:32:10 -0600 Subject: [PATCH] c-smart-pointers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a59659..14a8970 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [casacore](https://code.google.com/p/casacore/) - A set of c++ core libraries derived from aips++. [LGPL] * [CppVerbalExpressions](https://github.com/VerbalExpressions/CppVerbalExpressions) - C++ regular expressions made easy. [MIT] * [QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library. [MIT] +* [c-smart-pointers](https://github.com/Snaipe/c-smart-pointers) - Smart pointers for the (GNU) C programming language. [MIT] * [cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers. [Boost] * [DynaPDF](http://www.dynaforms.com/) - An easy-to-use PDF generation library. [Commercial] * [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications.