Py_GetPlatform method

Pointer<Char> Py_GetPlatform()

Implementation

ffi.Pointer<ffi.Char> Py_GetPlatform() {
  return _Py_GetPlatform();
}