trws / libdeferLinks
Go-style defer for C
☆44Updated 8 years ago
Alternatives and similar repositories for libdefer
Users that are interested in libdefer are comparing it to the libraries listed below
Sorting:
- C MACROS for go-like defer in C which can be used for explicit RAII☆35Updated 5 years ago
- Lemon Parser Generator☆44Updated 6 years ago
- Generating C code interface from CPP using clang libtooling☆83Updated 4 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- C JSON parser (both, SAX-like & full DOM)☆22Updated last year
- simple, fast C routines for manipulating UTF-8☆82Updated 6 years ago
- Stackful Async Subroutines for C. Brings async 2 C☆93Updated 3 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆54Updated 5 years ago
- A simple library to provide RAII in standard-compliant C99, using raii_with(resource, initializer, destructor) { ... }-syntax:☆44Updated 6 years ago
- This is my REALLY FAST implementation of a hash table in C, in 150 lines of code.☆46Updated 3 years ago
- timers and timeline☆43Updated last year
- Mirror of http://byuu.org/library/libco/☆59Updated 2 years ago
- header-file-only implementation of various hash algorithms☆91Updated 2 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Tiny Parser in C++☆12Updated last year
- single file C libraries☆38Updated 5 months ago
- A compiler for the µC language.☆61Updated 4 years ago
- A small self-contained alternative to readline and libedit☆38Updated 3 months ago
- Rini is a tiny, non-libc dependant, .ini file parser programmed from scratch in C99.☆30Updated 6 years ago
- C library for parsing JSON config files☆34Updated 5 years ago
- SSE string functions for x86-64 Linux☆19Updated 3 years ago
- libuv thread communication☆58Updated 2 years ago
- A framework for building event based networking applications.☆36Updated 6 months ago
- A User Space Threading Library☆19Updated last year
- A simple and performant, single-header JSON structured logger for C applications.☆18Updated last month
- tiny cross-platform socket API library☆50Updated 8 months ago
- [Inactive] Public domain C++14 wrapper for POSIX interfaces.☆26Updated 9 years ago
- c-block are extremely lightweight macros designed for eliminate callback hell, inspired by Duff's device and Protothreads. c-block provid…