1 /* m_seqbits.c - return the sprintb() string for a sequence */
8 register struct msgs *mp;
12 static char buffer[BUFSIZ];
15 (void) strcpy (buffer, MBITS);
16 for (i = 0; mp -> msgattrs[i]; i++)
17 (void) sprintf (buffer + strlen (buffer), "%c%s",
18 bits + i + 1, mp -> msgattrs[i]);