Hello, guys!
This code works, but I not certain that it is correct :-)
i do this
tmp = (char *) malloc(strlen(s)+1);
but i don't free memory, possible to do it?
Possible to do this more...