yorickdewid / useful-cLinks
List of C libraries to power your project
☆27Updated 10 years ago
Alternatives and similar repositories for useful-c
Users that are interested in useful-c are comparing it to the libraries listed below
Sorting:
- tte (tiny text editor) is a terminal based text editor written in C from scratch.☆143Updated 4 years ago
- A simple CGI webserver written in C with no dependencies.☆109Updated 4 years ago
- Simple hash table implemented in C☆180Updated last year
- tiny unit testing framework for ANSI C☆55Updated 4 years ago
- A small replacement for GNU readline() for UNIX☆388Updated 5 months ago
- [unmaintained] Simpler HTTP request library for C, influenced by python-requests.☆65Updated 3 years ago
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆170Updated last year
- Fast and flexible CSV library written in pure ANSI C that can read and write CSV data.☆198Updated 3 years ago
- A collection of commonly used C MACROS☆147Updated 2 years ago
- A regular expression engine in C☆44Updated last year
- A library of generic intrusive data structures and algorithms in ANSI C☆609Updated 7 years ago
- str: yet another string library for C language.☆342Updated 11 months ago
- a collection of useful functions and data structures to create C apps faster. focus on simplicity, ability to statically link and minimal…☆236Updated last year
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆276Updated 5 months ago
- NIH Utility Library☆91Updated 3 years ago
- Object-Oriented Programming With ANSI-C☆295Updated 5 years ago
- Command-line calculator☆79Updated last year
- C hash implementation based on khash☆172Updated 3 months ago
- Simple CSV parser written in C☆107Updated last year
- hash set C implementation☆68Updated 5 years ago
- C-code generator for docopt language.☆321Updated last year
- qLibc is a simple and yet powerful C library providing generic data structures and algorithms.☆1,007Updated last year
- Extensible, lightweight terminal text editor with syntax highlighting and plugin support.☆285Updated last year
- Terminal-based clones of popular arcade games.☆158Updated 5 years ago
- A simple memory allocator - Memory allocation 101☆302Updated 6 years ago
- Tiny C string library☆205Updated 2 years ago
- Split/cut a string into an array with a string delimiter in C. The function is written to have only one malloc/free per call 🔥☆42Updated 4 years ago
- source code of The Standard C Library, by Plauger☆329Updated 9 years ago
- Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99…☆28Updated 7 months ago
- Text editor using ncurses library☆32Updated 3 years ago