From 192efb5aef4f14669802f7d40ff14d89e4efd5de Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 17 Mar 2026 21:05:38 +0000 Subject: [PATCH] prick_sv|prick_btree: some tasks --- prick_btree.h | 1 + prick_sv.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/prick_btree.h b/prick_btree.h index 24724df..fcce2b3 100644 --- a/prick_btree.h +++ b/prick_btree.h @@ -15,6 +15,7 @@ Tasks: - TODO: Pack user custom functions (allocate, comparison, etc) into a structure. + - TODO: QoL shorthand macro. */ #ifndef PRICK_BTREE_H diff --git a/prick_sv.h b/prick_sv.h index d360701..bb5fff9 100644 --- a/prick_sv.h +++ b/prick_sv.h @@ -12,6 +12,9 @@ This is a simple read-only string view library. It defines some extremely common functions you'd expect for a string view library, excluding any that require allocation. + + Tasks: + - TODO: QoL shorthand macro. */ #ifndef PRICK_SV_H