fputwc
if (fputwc(*p, stderr) == WEOF) {
if (fputwc(*p, stderr) == WEOF)
if (fputwc(L'\n', stderr) == WEOF)
(void) fputwc(L' ', stderr);
(void) fputwc(c, tmp_fou);
(void) fputwc(wc, stdout);
(void) fputwc(Itabc, stdout);
return (fputwc(wc, fp));
(void) fputwc(*s, stderr);
extern wint_t fputwc(wint_t, __FILE *);
using std::fputwc;
#define putwc(x, p) fputwc((x), (p))
if (fputwc(*ptr, stdout) == EOF) {
(void) fputwc('\n', stdout); /* append a new line */
if (fputwc('a', f) != 'a') {
if (fputwc('a', f) != 'a') {
if (fputwc(test, f) == WEOF) {
TEST_WIDE(fputwc(L'c', f));