Contents
17.1. Python编写C扩展¶
17.1.1. 简单的C扩展模块¶
https://python3-cookbook.readthedocs.io/zh_CN/latest/c15/p02_write_simple_c_extension_module.html
17.1.2. 使用ctypes访问C代码¶
https://python3-cookbook.readthedocs.io/zh_CN/latest/c15/p01_access_ccode_using_ctypes.html