Loading

摘要: Python 调用 C 函数 python 调用 c 函数来实现两个整型数相加; c 代码 // adder.c // gcc -shared -Wl,-soname,adder -o adder.so -fPIC adder.c int add(int x, int y) { return x + 阅读全文
posted @ 2021-01-19 12:38 循环展开 阅读(522) 评论(1) 推荐(0) 编辑