摘要:
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
阅读(355)
评论(0)
推荐(0)
浙公网安备 33010602011771号