2012-07-10から1日間の記事一覧
cソースはmingw使ってビルド。 #include <Python.h> /* モジュールの関数 */ static PyObject *hello(PyObject* self, PyObject *args) { printf("Hello World!!\n"); Py_RETURN_NONE; } /* モジュールのメソッドテーブル */ static PyMethodDef methods[] = { {"hello</python.h>…
cソースはmingw使ってビルド。 #include <Python.h> /* モジュールの関数 */ static PyObject *hello(PyObject* self, PyObject *args) { printf("Hello World!!\n"); Py_RETURN_NONE; } /* モジュールのメソッドテーブル */ static PyMethodDef methods[] = { {"hello</python.h>…