dead loop when using unsigned char

for (unsigned char ucIdx = 0; ucIdx < iMax; ++ucIdx) {

malloc mem;

}

猜你喜欢

转载自blog.csdn.net/world_hello_100/article/details/103697173