1
0
mirror of https://gittea.dev/nova/th.git synced 2026-01-30 16:50:10 -05:00

better string handling

This commit is contained in:
nova
2025-12-12 20:28:39 +01:00
parent 217884d920
commit 393864c80f
4 changed files with 65 additions and 40 deletions

View File

@@ -7,3 +7,5 @@
/*char* concat(const char *s1, const char *s2);*/
char* smartstrcasestr(const char *haystack, const char *needle);
char* parse_cmd_char(const char *cmd, const char *path);