baseconv/baseconv.h

2 lines
76 B
C

bool baseconv(char outbuf[], size_t bufsize, unsigned base, uintmax_t num);