sandbox: add double linked-list data structure
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
|
||||
extern int memory_test(void);
|
||||
extern int btree_test(void);
|
||||
extern int queue_test(void);
|
||||
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
btree_test();
|
||||
queue_test();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user