#include #include #include char s[5]; char *str (int k) { char *rtn; int i; rtn = (char *) malloc (k); for (i=0; i