setlogin method

int setlogin(
  1. Pointer<Char> arg0
)

Implementation

int setlogin(ffi.Pointer<ffi.Char> arg0) {
  return _setlogin(arg0);
}