假定我们现在有个C 库 c_utils.so ,其中有一个函数 int sum(const int* my_array, int length) ,给定一个整数数组,返回数组中所有元素的和。 1. // ffi ...
確定! 回上一頁