instr method

int instr(
  1. Pointer<Char> arg0
)

Implementation

int instr(
  ffi.Pointer<ffi.Char> arg0,
) {
  return _instr(
    arg0,
  );
}