PUTC_UNLOCKED(3) Library Functions Manual PUTC_UNLOCKED(3)

putc_unlockedstdio with explicit client locking

#include <stdio.h>

int putc_unlocked(int c, FILE *stream);

Refer to getc_unlocked(3) .

Derived from the POSIX Threads Extension (1003.1c-1995)

February 1997 posix.fail