rcx

miscellaneous C library
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

commit 9cc888da8773533f9bf345fa2694e6b4ce61f04a
parent 0061a11e9a21e9e15aa44712406a47fe9fd1584d
Author: Robert Russell <robert@rr3.xyz>
Date:   Mon, 23 Dec 2024 12:43:15 -0800

Add TODO to README

Diffstat:
MREADME | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -26,3 +26,5 @@ There is also an all.h header to include everything except bench.h. TODO: Document the common interface of generic data structures. TODO: Convert deque.h to new generic data structure interface. +TODO: Solution to namespacing dilemma: Use r_ namespace everywhere, but + optionally establish macros to remove prefix.