use*_*561 -3 c char
我想将一个signed char数组转换为C中的unsigned char数组.我该怎么做?
Ric*_*III 5
为什么不使用memcpy?
unsigned char uChars[count]; signed char sChars[count]; memcpy(uChars, sChars, count);
归档时间:
14 年,3 月 前
查看次数:
1767 次
最近记录:
8 年,10 月 前