Function silc_mp_get_str
SYNOPSIS
void silc_mp_get_str(char *str, SilcMPInt *mp, int base);
DESCRIPTION
Converts integer `mp' into a string of base `base'. The `str'
must already have space allocated. The function returns the same
as `str' or NULL on error.