rresvport method

int rresvport(
  1. Pointer<Int> arg0
)

Implementation

int rresvport(ffi.Pointer<ffi.Int> arg0) {
  return _rresvport(arg0);
}