摘要:
1 #undef PDEBUG2 #ifdef HELLO_DEBUG3 #define PDEBUG(fmt, args...) printk (KERN_DEBUG "hello: " fmt, ## args)4 #else5 #define PDEBUG(fmt, args...) 6 #endif使用时,如果将#undef PDEBUG改为#define PDEBUG,程序中的打印语句就会打印出来。 阅读全文
posted @ 2013-04-25 20:29
dolinux
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号