在Keil C51中用printf輸出一個單位元組變數時要使用%bd,如 unsigned char counter; printf(“Current count: %bd\n”, counter);//輸出8位”十進位有符號 ...
確定! 回上一頁