标签: c string integer
我需要将表示为32位整数数组的256位整数转换为 decimal 表示形式的字符串。
typedef struct { uint32_t x[8]; } Uint256;
我无法向项目添加依赖项,因此无法使用其他库。 有没有办法实现有效?