get_current_username method

Pointer<Char> get_current_username()

Obtain name of user.

Implementation

ffi.Pointer<ffi.Char> get_current_username() {
  return _get_current_username();
}