mktime method

int mktime(
  1. Pointer<tm> __tp
)

Implementation

int mktime(
  ffi.Pointer<tm> __tp,
) {
  return _mktime(
    __tp,
  );
}