PyTime_GetSystemClock method

int PyTime_GetSystemClock()

Implementation

int PyTime_GetSystemClock() {
  return _PyTime_GetSystemClock();
}