添加错误代码

This commit is contained in:
ranchuan
2023-06-28 18:08:38 +08:00
parent c2b79fe523
commit 28889fa479
21 changed files with 2299 additions and 99 deletions

View File

@@ -188,7 +188,7 @@ void *realloc(void *p,size_t size)
#define MEM_TEMP_PTR_NUM 400
#define MEM_TEMP_PTR_NUM 800
typedef void (*del_fun_def)(void *t);
typedef struct{