timelocal method

int timelocal(
  1. Pointer<tm> arg0
)

Implementation

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