char *silc_format(char *fmt, ...);
Formats arguments to a string and returns it after allocating memory for it. It must be remembered to free it later.