sleep method

int sleep(
  1. int __seconds
)

Implementation

int sleep(
  int __seconds,
) {
  return _sleep(
    __seconds,
  );
}