rpmatch method

int rpmatch(
  1. Pointer<Char> arg0
)

Implementation

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