mindex.c

In-memory ordered store and fetch library
git clone git://git.finwo.net/lib/mindex.c
Log | Files | Refs | README | LICENSE

commit e70da593878e6e8866e10dd747e54d49cc6e4f9e
parent 76ea3855ace228121a79aaeca55de9460d7bb972
Author: finwo <finwo@pm.me>
Date:   Sun, 19 Jul 2026 14:38:53 +0200

Whitespacing fix in readme

Diffstat:
MREADME.md | 1+
Msrc/mindex.h | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -23,6 +23,7 @@ Features - Consistent interface, always working with pointers - ANSI C (C99) - Purge to be called when an item is removed + API --- diff --git a/src/mindex.h b/src/mindex.h @@ -29,6 +29,7 @@ #include <stdlib.h> +/// /// API /// ---