base-n icon indicating copy to clipboard operation
base-n copied to clipboard

Automatically exported from code.google.com/p/base-n

Results 2 base-n issues
Sort by recently updated
recently updated
newest added

https://stackoverflow.com/questions/25005363/how-to-convert-an-array-of-16-bit-values-to-base64 According to this libs author I can use 16 bit input but when I try it I get `only char-size input supported` Would it be possible to add 16...

I don't know if its planned or unexpected, but just changing `uint16_t` to `uint32_t` or to `int` int arr[] { 1, 2, 3, 4, 65535 }; will result in a...