3 lines
92 B
C
3 lines
92 B
C
char *get_substring(char *s, int pos, int l);
|
|
char *concat(const char *s1, const char *s2);
|