#ifndef STRINGS_H #define STRINGS_H char *strings_concat(const char *s1, const char *s2); #endif /* STRINGS_H */