Merge pull request #130 from lduck11007/patch-1

Add c-bool-value to data structures
This commit is contained in:
Sean Barrett 2019-05-04 04:27:36 -07:00 committed by GitHub
commit a4bffa8456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ as C/C++, as this is not an obstacle to most users.)
| | [simclist](http://mij.oltrelinux.com/devel/simclist) | BSD |C/C++| 2 | linked-list
| | [selist](https://github.com/ennorehling/clibs) | ISC |C/C++| 2 | space-efficient linked-list
| | [avl](https://github.com/etherealvisage/avl) | **public domain** |C/C++| 2 | AVL tree
| | [c-bool-value](https://github.com/lduck11007/c-bool-value) | **WTFPLv2** |C/C++| 1 | Simple and easy boolean values in standard c
| | [mempool](https://github.com/hardikp/cpp-mempool) | MIT | C++ |**1**| Efficient minimal memory pool implementation for C++
# debugging