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:
- A simple CGI webserver written in C with no dependencies.☆106Updated 4 years ago
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- Minimal C Library☆76Updated 7 years ago
- 🔗 Common Data Structures and Algorithms☆51Updated last year
- a library of useful C utilities☆64Updated 11 years ago
- Bencode reader library that doesn't use the heap. Written in C with a BSD license☆52Updated 9 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- Check if a given string is a valid utf-8 string.☆40Updated last year
- C Database abstraction library with json based language☆46Updated last year
- Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.☆84Updated 3 years ago
- PureDB is a portable and tiny set of libraries for creating and reading constant databases.☆35Updated last year
- A simple, yet flexible, JSON encoder for C☆41Updated 6 years ago
- Stackful Async Subroutines for C. Brings async 2 C☆93Updated 3 years ago
- Simple JSON parsing in C.☆14Updated 2 years ago
- Extensible, lightweight terminal text editor with syntax highlighting and plugin support.☆285Updated last year
- NIH Utility Library☆89Updated 3 years ago
- Generic Linked list Management Library in C