From 08877cf72d8f0d6803adf72cc8b77215289673f9 Mon Sep 17 00:00:00 2001 From: JasenChao Date: Wed, 24 May 2023 18:34:49 +0800 Subject: [PATCH] =?UTF-8?q?Complete=20=E7=83=AD=E8=BA=AB=E8=B5=9B=E4=B8=80?= =?UTF-8?q?=E7=BA=A7=E8=B5=9B=E9=A2=983?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app_test/test_radix_tree/test_radix_tree.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c b/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c index 9e13679de..c54a49805 100644 --- a/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c +++ b/APP_Framework/Applications/app_test/test_radix_tree/test_radix_tree.c @@ -6,14 +6,7 @@ */ #include - -#define NODE_SIZE 128 -#define MAX_WORD_LEN 128 - -typedef struct _node { - void* value; - struct _node* next[NODE_SIZE]; -} node; +#include "test_radix_tree.h" /** * @description: Create a radix tree node