A_Set_Gap method

int A_Set_Gap(
  1. int gap
)

Implementation

int A_Set_Gap(
  int gap,
) {
  return _A_Set_Gap(
    gap,
  );
}