remove method

int remove(
  1. Pointer<Int8> __filename
)

Implementation

int remove(
  ffi.Pointer<ffi.Int8> __filename,
) {
  return _remove(
    __filename,
  );
}