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,
  );
}