A_Set_Feed method

int A_Set_Feed(
  1. int rate
)

Implementation

int A_Set_Feed(
  int rate,
) {
  return _A_Set_Feed(
    rate,
  );
}