rpmatch method

int rpmatch(
  1. Pointer<Int8> arg0
)

Implementation

int rpmatch(
  ffi.Pointer<ffi.Int8> arg0,
) {
  return _rpmatch(
    arg0,
  );
}