getprogname method

Pointer<Char> getprogname()

Implementation

ffi.Pointer<ffi.Char> getprogname() {
  return _getprogname();
}