tcms
void tprint(struct tcms *);
int tncmp(struct tcms *, struct tcms *);
int tccmp(struct tcms *, struct tcms *);
int tkcmp(struct tcms *, struct tcms *);
void tcmadd(struct tcms *, struct tcms *);
if( (tcm = (struct tcms *)calloc(CSIZE, sizeof(struct tcms))) == NULL) {
struct tcms cmt;
tenter(struct tcms *p)
struct tcms *ntcm;
if ((ntcm = (struct tcms *) realloc(tcm,
(csize + CSIZE - 1) * sizeof (struct tcms))) == NULL) {
tcmadd(struct tcms *p1, struct tcms *p2)
tccmp(struct tcms *p1, struct tcms *p2)
tkcmp(struct tcms *p1, struct tcms *p2)
tncmp(struct tcms *p1, struct tcms *p2)
tprint(struct tcms *p)
struct tcms *tcm;
struct tcms tcmtmp = {{'*','*','*','o','t','h','e','r'}};