EXPORT_SYMBOL 用法
摘要:
在module 1中有函数fun_1 想在module2中引用,需要1.在module1中fun_1 的定义后加EXPORT_SYMBOL(fun_1)2.在module2中引用fun_1 前添加extern fun_1(void a) 阅读全文
posted @ 2013-01-29 18:06 tianwang005 阅读(194) 评论(0) 推荐(0) 编辑
posted @ 2013-01-29 18:06 tianwang005 阅读(194) 评论(0) 推荐(0) 编辑
posted @ 2013-01-29 17:59 tianwang005 阅读(318) 评论(0) 推荐(0) 编辑