Add tree search test
Some checks failed
libakstdlib CI Build / cmake_build (push) Failing after 2m41s

This commit is contained in:
2026-06-27 13:13:17 -04:00
parent 57929be1af
commit 5793f6a178
5 changed files with 141 additions and 33 deletions

View File

@@ -35,6 +35,7 @@ int main(void)
{
PREPARE_ERROR(e);
int idx = 0;
int count = 0;
aksl_ListNode mylist;
aksl_ListNode node1;
aksl_ListNode node2;