maxim2266 / strLinks
str: yet another string library for C language.
☆341Updated 9 months ago
Alternatives and similar repositories for str
Users that are interested in str are comparing it to the libraries listed below
Sorting:
- My variant of the C Template Library☆268Updated last month
- Pottery - A container and algorithm template library in C☆128Updated 3 years ago
- A small, ergonomic generic container library.☆344Updated last month
- Simple hash table implemented in C☆180Updated last year
- Quicksort implemented as a C macro☆172Updated 3 years ago
- C JSON parser library that doesn't suck☆297Updated last year
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆136Updated 6 months ago
- 📐 Pushing the boundaries of simplicity☆1,036Updated 3 months ago
- A list of awesome C preprocessor stuff☆349Updated last month
- Personal scratch code☆432Updated 3 weeks ago
- Full-featured interfaces for C99☆328Updated 5 months ago
- A Defer statement for C☆242Updated 3 years ago
- A small, easily embedded language implemented in a single .c file☆300Updated last year
- A versatile, performance-oriented generic hash table library for C.☆138Updated 3 months ago
- Cake a C23 front end and transpiler written in C☆615Updated this week
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆168Updated last year
- Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.☆288Updated 9 months ago
- An argument-parsing library for C.☆70Updated 2 months ago
- A type-safe dynamic array implementation for C