Errore:
root@matias-desktop:/# gcc try.c -o try
try.c: In function ‘explode’:
try.c:43:39: warning: passing argument 2 of ‘strcpy’ makes pointer from integer without a cast [-Wint-conversion]
strcpy(ret[elem - 1], tmp[i2]);
^
In file included from try.c:1:0:
/usr/include/string.h:125:14: note: expected ‘const char * restrict’ but argument is of type ‘char’
extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
^


(ho inserito 2 messaggi che mi diceva fosse troppo lungo)