timespec_get method

int timespec_get(
  1. Pointer<timespec> ts,
  2. int base
)

Implementation

int timespec_get(
  ffi.Pointer<timespec> ts,
  int base,
) {
  return _timespec_get(
    ts,
    base,
  );
}