py_getreg method

py_GlobalRef py_getreg(
  1. int i
)

Get the i-th register. All registers are located in a contiguous memory.

Implementation

py_GlobalRef py_getreg(
  int i,
) {
  return _py_getreg(
    i,
  );
}