getlogin method

Pointer<Int8> getlogin()

Implementation

ffi.Pointer<ffi.Int8> getlogin() {
  return _getlogin();
}