Add strings

This commit is contained in:
Such Meme, Many Skill
2020-03-31 20:13:39 +02:00
parent 9efbbc9317
commit 034384622f
4 changed files with 140 additions and 4 deletions

View File

@@ -267,5 +267,6 @@ void tester(char *path){
f_close(&scriptin);
str_int_clear();
str_jmp_clear();
str_str_clear();
btn_wait();
}