home *** CD-ROM | disk | FTP | other *** search
- #ifndef __PROTO
- #if defined(__STDC__) || defined(__cplusplus)
- # define __PROTO(s) s
- #else
- # define __PROTO(s) ()
- #endif
- #endif
-
-
- /* items.c */
- char *itemize __PROTO((char *s, char *token));
- char *doitem __PROTO((char *s, char *tag));
-
- /* table.c */
- void initialize __PROTO((int macropkg, int showInfo, int makeindex));
- struct tablerecd *lookup __PROTO((char *token));
-
- /* texi2roff.c */
- int main __PROTO((int argc, char *argv[]));
- int process __PROTO((FILE *fp, char *filename));
-
- /* translate.c */
- void errormsg __PROTO((char *message, char *other));
- int translate __PROTO((FILE *in, char *inname));
- char *interpret __PROTO((char *token, char *outstring));
- char *eatwhitespace __PROTO((char *s));
- char *strpbrk_like __PROTO((char *str, char *set));
- char *gettoken __PROTO((char *s, char *token));
-