dead loop when using unsigned char

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

malloc mem;

}

Guess you like

Origin blog.csdn.net/world_hello_100/article/details/103697173