parse_cmd now using file name strings rather than file struct

This commit is contained in:
nova
2026-06-25 22:42:43 +02:00
parent 441e02e289
commit 94ca039248
3 changed files with 40 additions and 45 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
/*char* concat(const char *s1, const char *s2);*/
char* smartstrcasestr(const char *haystack, const char *needle);
char* parse_cmd(const char *cmd, file *f);
char* parse_cmd(const char *cmd, char *file_name);