Subversion Repositories planix.SVN

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* t2.c:  subroutine sequencing for one table */
# include "t.h"
void
tableput(void)
{
        saveline();
        savefill();
        ifdivert();
        cleanfc();
        getcomm();
        getspec();
        gettbl();
        getstop();
        checkuse();
        choochar();
        maktab();
        runout();
        release();
        rstofill();
        endoff();
        freearr();
        restline();
}