formatting
[unix-history] / usr / src / old / tbl / t2.c
CommitLineData
43543a60
BS
1/* t2.c 4.1 83/02/12 */
2
3 /* t2.c: subroutine sequencing for one table */
4# include "t..c"
5tableput()
6{
7saveline();
8savefill();
9ifdivert();
10cleanfc();
11getcomm();
12getspec();
13gettbl();
14getstop();
15checkuse();
16choochar();
17maktab();
18runout();
19release();
20rstofill();
21endoff();
22restline();
23}