1
0
mirror of https://gittea.dev/nova/th.git synced 2025-12-15 04:00:09 -05:00

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

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);