sleep method

int sleep(
  1. int arg1
)
inherited

Implementation

int sleep(int arg1) {
  return _h_sqlite3_sleep(arg1);
}