rpmatch method

int rpmatch(
  1. Pointer<Char> __response
)

Implementation

int rpmatch(
  ffi.Pointer<ffi.Char> __response,
) {
  return _rpmatch(
    __response,
  );
}