mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-18 20:01:36 +08:00
18 lines
192 B
C
18 lines
192 B
C
#include "common.h"
|
|
#include "test.h"
|
|
|
|
int main()
|
|
{
|
|
list_test();
|
|
|
|
// while (1)
|
|
{
|
|
//stack_test();
|
|
//queue_test();
|
|
// list_test();
|
|
//tree_test();
|
|
// rbtree_test();
|
|
}
|
|
return 0;
|
|
}
|