sleep method

int sleep(
  1. int arg0
)

Implementation

int sleep(int arg0) {
  return _sleep(arg0);
}