The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

putc_unlocked - stdio with explicit client locking

 SYNOPSIS



#include <stdio.h>

int putc_unlocked(int c, FILE *stream);

 DESCRIPTION

Refer to getc_unlocked().

DERIVATION

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

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]