在Keil C51 中使用printf ,首先需要重新实现putchar(char c)函数。此函数在char putchar (char c) { ES=0; SBUF = c; while(TI==0); TI=0; ES=1; return 0 ...
確定! 回上一頁