migration of concat to macro based implementation

This commit is contained in:
nova
2025-11-16 11:34:11 +01:00
parent be9436570c
commit ddcf4d4105
4 changed files with 102 additions and 74 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
#endif
char* concat(const char *s1, const char *s2);
/*char* concat(const char *s1, const char *s2);*/
char* smartstrcasestr(const char *haystack, const char *needle);