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