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