Hello so I have this function :
char *to_base(long nbr, char *base) { static char buffer[50]; char *ptr; int base_len; ptr = &b