array-algorithms
array-algorithms copied to clipboard
Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
- [ ] 1. gcc -O3, clang and tcc are not tested - [ ] 2. you could also use address sanitizer and ub sanitizer (although I would expect they...
wording
``` The C++ STL is one of the most complete and reusable algorithm libraries available. This single header file brings 80% of that functionality to C99 in a non-intrusive way....
With the additional `Doxyfile` and the change in the first line of the header comment we can run `doxygen` and get some HTML documentation under `doc/index.html`. The link at the...