This commit is contained in:
austin 2021-11-17 11:13:25 +08:00
parent 6035a0e718
commit b7e95f4bdb
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* 编译并运行测试,参考如下命令
* gcc -fsanitize=address -fno-omit-frame-pointer -g *.c && ./a.out
*/
#include <stdio.h>
#include "list.h"