mr21 / strsplit.cLinks
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 5 years ago
Alternatives and similar repositories for strsplit.c
Users that are interested in strsplit.c are comparing it to the libraries listed below
Sorting:
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 3 weeks ago
- Common Datastructure Library for C developer.☆64Updated 4 years ago
- Simple string pattern matcher for C☆25Updated 5 years ago
- C library to encode and decode strings with base64 format☆78Updated 7 years ago
- HTTP/HTTPS REST Client C Library☆133Updated 8 years ago
- An implementation of ByteBuffer in C☆24Updated last month
- A tiny C library for generating uuid4 strings☆255Updated 2 years ago
- WSServer is a fast, configurable, and extendable WebSocket Server for UNIX systems written in C (C11).☆204Updated 2 years ago
- A generic C memory pool☆101Updated 9 years ago
- Simple XML subset parser comparable to glib's Markup parser, but without any dependencies in one self contained file.☆214Updated 2 years ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆282Updated 3 weeks ago
- A dynamic string data type implementation for C.☆18Updated 3 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- Linear Linked List Library☆52Updated last year
- A library for students to learn data structures in C☆28Updated 6 years ago
- A single header C library to simplify splitting and processing strings☆54Updated 4 months ago
- Tiny C string library☆207Updated 2 years ago
- C library of key-value data structures.☆298Updated 5 years ago
- A pure C vector implementation☆153Updated 4 years ago
- A zero-malloc memory pool based on SQLite's memsys5 memory subsystem☆28Updated 13 years ago
- C++ SQLite wrapper library☆64Updated 3 months ago
- A POSIX compliant C library for Windows☆56Updated 3 months ago
- A simple CGI webserver written in C with no dependencies.☆111Updated 4 years ago
- An INI/config file parser in C.☆23Updated 14 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated last year
- Simple and yet powerful cross-platform C library providing data structures, algorithms and much more☆74Updated this week
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆115Updated 3 years ago
- Base64 encode/decode☆284Updated 10 months ago