clarify code
This commit is contained in:
+2
-2
@@ -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 */
|
||||
Reference in New Issue
Block a user