putchar method

int putchar(
  1. int arg0
)

Implementation

int putchar(int arg0) {
  return _putchar(arg0);
}