matrixjoeq / c_containerLinks
C container is a STL-like library which implements generic containers in C language. It also implements most of the algorithms in STL algorithm, which can be applied to containers. This library is intended to be helpful for embedded software development, which may still use C language nowadays.
☆21Updated 6 years ago
Alternatives and similar repositories for c_container
Users that are interested in c_container are comparing it to the libraries listed below
Sorting:
- EiC C Interpreter☆20Updated 10 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A tiny lexical analyser generator☆19Updated 13 years ago
- A C++17 full-text search engine library☆33Updated 3 years ago
- simple and efficient hashtable implementation for C, taken from musl's hsearch()☆21Updated 2 years ago
- Henry Spencer's BSD regular expression library. This is the original version, with a single bug fix. A modified version is in the rxspenc…☆41Updated 10 years ago
- Combinators in C☆38Updated 13 years ago
- Minimal and fast regular expression library for C.☆18Updated 12 years ago
- Improved NetBSD's Perfect Hash Generation Tool v3☆20Updated last year
- 100% XXTEA authenticated, chunked file encryption☆18Updated 4 years ago
- ☆20Updated 3 years ago
- Symmetric ciphers, hashes, microtime, random strings, big integers, and zlib compression☆27Updated 9 years ago
- huang's c compiler - a tiny C99 compiler.☆22Updated last year
- A toy programming language interpreter☆33Updated 11 years ago
- Library for cross-platform C generic data functions☆11Updated 8 months ago
- Single C file event loop☆28Updated 5 years ago
- clone from myJIT(a fork of GNU lightning)☆10Updated 10 years ago
- C11 parser with GNU C extensions written in C++14☆17Updated 6 years ago
- Simple string pattern matcher for C