halfdelay method

int halfdelay(
  1. int arg0
)

Implementation

int halfdelay(
  int arg0,
) {
  return _halfdelay(
    arg0,
  );
}