inchstr method

int inchstr(
  1. Pointer<chtype> arg0
)

Implementation

int inchstr(
  ffi.Pointer<chtype> arg0,
) {
  return _inchstr(
    arg0,
  );
}