putc_unlocked - stdio with explicit client locking
#include <stdio.h> int putc_unlocked(int c, FILE *stream);
int putc_unlocked(int c, FILE *stream);
Refer to getc_unlocked().