mktime method

int mktime(
  1. Pointer<tm> arg0
)

Implementation

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