getlogin method

Pointer<Char> getlogin()

Implementation

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