fix memory leak and add framework test

This commit is contained in:
liuwentan
2022-11-29 14:12:40 +08:00
parent 7e6d131c9e
commit 84a271144b
19 changed files with 321 additions and 56 deletions

View File

@@ -42,6 +42,9 @@ char *str_unescape_and(char *s);
char *str_unescape(char *s);
/* system cmd wrapper */
int system_cmd_mkdir(const char* path);
#ifdef __cpluscplus
}
#endif