sedatefie

【技术分享】你知道C51循环语句中的小秘密吗

#include<stdint.h>uint8_twhile_inc(uint8_tch){uint8_ti=0;do{ch++;}while(++i<8);returnch;}#i