# define PLUGIN_LOG(A, B...) do { LOGI( A , ## B ); } while(0)
看得懂上面那段code嗎
不要以為##是多的
當你的arg只有一個時 PLUGIN_LOG(A) 你就發現它的重要性了
http://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html
Thursday, April 1, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment