putchar_unlocked method

int putchar_unlocked(
  1. int __c
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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