A_Print_Out method

int A_Print_Out(
  1. int width,
  2. int height,
  3. int copies,
  4. int amount,
)

Implementation

int A_Print_Out(
  int width,
  int height,
  int copies,
  int amount,
) {
  return _A_Print_Out(
    width,
    height,
    copies,
    amount,
  );
}