1 Star 0 Fork 1

graycatya/CMakeTutorial

forked from 李雪健/CMakeTutorial 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stub.cc 141 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanbing 提交于 2020-03-04 10:12 +08:00 . 增加了PythonExtention章节
#define PY_SSIZE_T_CLEAN
#include <Python.h>
extern PyObject* initModule();
PyMODINIT_FUNC
PyInit_matrix(void)
{
return initModule();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/graycatya/CMakeTutorial.git
git@gitee.com:graycatya/CMakeTutorial.git
graycatya
CMakeTutorial
CMakeTutorial
master

搜索帮助