Py_GetCopyright method

Pointer<Char> Py_GetCopyright()

Implementation

ffi.Pointer<ffi.Char> Py_GetCopyright() {
  return _Py_GetCopyright();
}