mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-02-08 18:56:41 +08:00
6 lines
126 B
C++
6 lines
126 B
C++
#include<python3.6/Python.h>
|
|
|
|
namespace ipc {
|
|
PyObject * PyByteArray_FromString_WithoutCopy(char *bytes, Py_ssize_t size);
|
|
}
|