timelocal method

int timelocal(
  1. Pointer<tm> __tp
)

Implementation

int timelocal(
  ffi.Pointer<tm> __tp,
) {
  return _timelocal(
    __tp,
  );
}