ualarm method

int ualarm(
  1. int arg0,
  2. int arg1
)

Implementation

int ualarm(int arg0, int arg1) {
  return _ualarm(arg0, arg1);
}