clarify code

This commit is contained in:
2025-09-18 13:23:17 +02:00
parent ee8953fea0
commit abc5ecfa34
21 changed files with 119 additions and 117 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#ifndef STRINGS_H
#define STRINGS_H
char *concat(const char *s1, const char *s2);
char *strings_concat(const char *s1, const char *s2);
#endif
#endif /* STRINGS_H */