在skeyey平台下运行的ucii,需如下修改 切换到目录 cd ucosii4skyeye 修改lib/skyeye_printf.c,添加isdigit函数定义,否则会出错 int isdigit(int c) { if( c >= ‘0′ && c