get_uname method

Pointer<Char> get_uname()

Obtain name of user.

Implementation

ffi.Pointer<ffi.Char> get_uname() {
  return _get_uname();
}