baseconv/baseconv.h

2 lines
76 B
C
Raw Normal View History

2022-11-20 04:52:54 +00:00
bool baseconv(char outbuf[], size_t bufsize, unsigned base, uintmax_t num);