Non-decimal radices/Convert: Difference between revisions

m
→‎{{header|C}}: a long of 256 bits does not exist still
m (→‎{{header|C}}: a long of 256 bits does not exist still)
Line 160:
#include <string.h>
 
#define MAX_OUTSTR_LEN 25665
char *to_base(long num, int base)
{