delay_output method

int delay_output(
  1. int arg0
)

Implementation

int delay_output(
  int arg0,
) {
  return _delay_output(
    arg0,
  );
}