swapon method

int swapon(
  1. Pointer<Char> arg0
)

Implementation

int swapon(ffi.Pointer<ffi.Char> arg0) {
  return _swapon(arg0);
}