We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84911b commit d0fdd02Copy full SHA for d0fdd02
source/c15/p10_wrap_existing_c_code_with_cython.rst
@@ -10,7 +10,7 @@
10
----------
11
解决方案
12
13
-使用Cython构建一个扩展模块看上去很手写扩展有些类似,
+使用Cython构建一个扩展模块看上去和手写扩展有些类似,
14
因为你需要创建很多包装函数。不过,跟前面不同的是,你不需要在C语言中做这些——代码看上去更像是Python。
15
16
作为准备,假设本章介绍部分的示例代码已经被编译到某个叫 ``libsample`` 的C函数库中了。
0 commit comments