alarm method

int alarm(
  1. int __seconds
)

Implementation

int alarm(
  int __seconds,
) {
  return _alarm(
    __seconds,
  );
}