1: #ifndef lint
2: static char sccsid[] = "@(#)wwputc.c 3.4 4/24/85";
3: #endif
4:
5: /*
6: * Copyright (c) 1983 Regents of the University of California,
7: * All rights reserved. Redistribution permitted subject to
8: * the terms of the Berkeley Software License Agreement.
9: */
10:
11: #include "ww.h"
12:
13: wwputc(c, w)
14: char c;
15: struct ww *w;
16: {
17: (void) wwwrite(w, &c, sizeof c);
18: }
Defined functions
wwputc
defined in line
13; used 12 times
Defined variables
sccsid
defined in line
2;
never used