curses_version method

Pointer<Char> curses_version()

Implementation

ffi.Pointer<ffi.Char> curses_version() {
  return _curses_version();
}