alarm method

int alarm(
  1. int arg0
)

Implementation

int alarm(int arg0) {
  return _alarm(arg0);
}