mz_zip_dosdate_to_tm method

int mz_zip_dosdate_to_tm(
  1. int dos_date,
  2. Pointer<tm> ptm
)

/

Implementation

int mz_zip_dosdate_to_tm(
  int dos_date,
  ffi.Pointer<tm> ptm,
) {
  return _mz_zip_dosdate_to_tm(
    dos_date,
    ptm,
  );
}