Showing content from http://mail.python.org/pipermail/python-dev/attachments/20180221/097f7fd5/attachment-0003.obj below:
#pragma once #include "python.h" #define FUNCTION_CALL_MODE __stdcall //#define FUNCTION_CALL_MODE __cdecl extern "C" { void* FUNCTION_CALL_MODE GetContext(PyObject *capsule); void* FUNCTION_CALL_MODE GetRequest(PyObject *capsule); void* FUNCTION_CALL_MODE GetAnswer(PyObject *capsule); void* FUNCTION_CALL_MODE hello(char* b); PyObject * FUNCTION_CALL_MODE VoidptrToPyobject(void* lpdata, const char* name); PyObject * FUNCTION_CALL_MODE VoidptrToPyobjectS(); void * FUNCTION_CALL_MODE PyobjectToVoidptr(PyObject * capsule, const char* name); }
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4