mz_zip_dosdate_to_time_t method

int mz_zip_dosdate_to_time_t(
  1. int dos_date
)

Implementation

int mz_zip_dosdate_to_time_t(
  int dos_date,
) {
  return _mz_zip_dosdate_to_time_t(
    dos_date,
  );
}