学贵有恒

方有所成

导航

2018年8月29日

Linux内核中的printf实现

摘要: 1 #ifndef __PRINT_H_ 2 #define __PRINT_H_ 3 4 void print(char* fmt, ...); 5 void printch(char ch); 6 void printdec(int dec); 7 void printflt(double fl 阅读全文

posted @ 2018-08-29 21:58 CarryBricks 阅读(771) 评论(0) 推荐(0) 编辑