new sccs id
[unix-history] / usr / src / usr.bin / window / wwputc.c
#ifndef lint
static char sccsid[] = "@(#)wwputc.c 3.3 %G%";
#endif
#include "ww.h"
wwputc(c, w)
char c;
struct ww *w;
{
(void) wwwrite(w, &c, sizeof c);
}