wait1 method

int wait1(
  1. Pointer<Int> arg0
)

Implementation

int wait1(ffi.Pointer<ffi.Int> arg0) {
  return _wait1(arg0);
}