lua_status method

int lua_status(
  1. Pointer<lua_State> L
)

Implementation

int lua_status(ffi.Pointer<lua_State> L) {
  return _lua_status(L);
}