py_currentvm method

int py_currentvm()

Get the current VM index.

Implementation

int py_currentvm() {
  return _py_currentvm();
}