TWO BUGS (printf doesn't take a FILE *, plus wrong arg to gettimeofday)
[unix-history] / usr / src / old / tbl / t2.c
CommitLineData
94bed826
KB
1/*-
2 * %sccs.include.proprietary.c%
3 */
4
476fcd16 5#ifndef lint
94bed826
KB
6static char sccsid[] = "@(#)t2.c 4.3 (Berkeley) %G%";
7#endif /* not lint */
43543a60
BS
8
9 /* t2.c: subroutine sequencing for one table */
10# include "t..c"
11tableput()
12{
13saveline();
14savefill();
15ifdivert();
16cleanfc();
17getcomm();
18getspec();
19gettbl();
20getstop();
21checkuse();
22choochar();
23maktab();
24runout();
25release();
26rstofill();
27endoff();
28restline();
29}