home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / lgrind-amiga.lha / lgrind / src / lgrindefs.h < prev    next >
C/C++ Source or Header  |  1996-08-03  |  512b  |  19 lines

  1. #ifndef LGRINDEFS_H
  2. #define LGRINDEFS_H
  3.  
  4. #define    BUFFERSIZE    4096
  5. #define MAXHOP    32    /* max number of %|tc=|% indirections */
  6.  
  7. int tgetent(unsigned char *bp, unsigned char *name, unsigned char *file);
  8. int tnchktc();
  9. int tnamatch(unsigned char *np);
  10. unsigned char *tskip(register unsigned char *bp);
  11. int tgetnum(unsigned char *id);
  12. int tgetflag(unsigned char *id);
  13. unsigned char *tgetstr(unsigned char *id, unsigned char **area);
  14. unsigned char *tdecode(register unsigned char *str, unsigned char **area);
  15.  
  16.  
  17.  
  18. #endif
  19.