putchar_unlocked method

int putchar_unlocked(
  1. int __c
)

Implementation

int putchar_unlocked(
  int __c,
) {
  return _putchar_unlocked(
    __c,
  );
}