last few day's work
[unix-history] / usr / src / usr.bin / window / wwputc.c
#ifndef lint
static char *sccsid = "@(#)wwputc.c 3.1 83/08/11";
#endif
#include "ww.h"
wwputc(c, w)
char c;
struct ww *w;
{
return wwwrite(w, &c, sizeof c);
}