mz_path_convert_slashes method

int mz_path_convert_slashes(
  1. Pointer<Int8> path,
  2. int slash
)

Implementation

int mz_path_convert_slashes(
  ffi.Pointer<ffi.Int8> path,
  int slash,
) {
  return _mz_path_convert_slashes(
    path,
    slash,
  );
}