看板 C_and_CPP 關於我們 聯絡資訊
請問 若是要將printk(KERN_INFO "test=%d",i)作開關 寫printk的marco,如下 #if DEBUG #define print_msg(x...) printk(x...) #else #define print_msg(x...) #endif 似乎會卡在KERN_INFO 請問上述語法該如何修改 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 219.87.64.222
firejox:請看#1Dcn3Y5O 07/01 20:59