time method

int time(
  1. Pointer<time_t> arg0
)

Implementation

int time(
  ffi.Pointer<time_t> arg0,
) {
  return _time(
    arg0,
  );
}