putchar_unlocked - stdio with explicit client locking
#include <stdio.h> int putchar_unlocked(int c);
Refer to getc_unlocked().
Derived from the POSIX Threads Extension (1003.1c-1995)