摘要: C++ extern "C" { float test_func (char *a, float b, int c); } float test_func (char *a, float b, int c) { float d = 3.14; return d; } 编译动态库 g++ pyclib 阅读全文
posted @ 2020-02-28 18:31 jhc888007 阅读(343) 评论(0) 推荐(0) 编辑