*
* - Add code to fmttest.c to display your new function.
*
- * - Document the new function in the mh-format(5) man page.
+ * - Document the new function in mh-format(5).
*
*/
while ((nm = t->name)) {
if (*nm == c && strcmp (nm, name) == 0)
- return (ftbl = t);
+ return ftbl = t;
t++;
}
{
char *cp = sp;
int c;
-#ifndef lint
int ljust = 0;
-#endif /* not lint */
int wid = 0;
char fill = ' ';