1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

smart case search in file search

This commit is contained in:
nova
2025-08-17 23:21:28 +02:00
parent 3a2c226ed9
commit 55cd4077b1
3 changed files with 48 additions and 3 deletions

View File

@@ -6,3 +6,4 @@
char* concat(const char *s1, const char *s2);
char* smartstrcasestr(char *haystack, const char *needle);