ltc_math_descriptor.write_radix

write number to string @param a The integer to store @param str The destination for the string @param radix The radix the integer is to be represented in (2-64) @return CRYPT_OK on success

struct ltc_math_descriptor
int function(void* a, char* str, int radix) nothrow write_radix;

Meta