putchar_unlocked method

int putchar_unlocked(
  1. int arg0
)

Implementation

int putchar_unlocked(int arg0) {
  return _putchar_unlocked(arg0);
}