str_prepend
str_prepend(&skey, e->n_name, k);
str_prepend(&skey, (char *) key.data, k);
void str_prepend(struct string *, const char *, int);