char *get_substring(char *s, int pos, int l); char *concat(const char *s1, const char *s2);