home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / source / web2c-6.1 / web2c / mpware / mptotr.ch < prev    next >
Text File  |  1995-03-20  |  389b  |  22 lines

  1. Changes for MPTOTR.C by Andreas Scherer, February 26, 1995.
  2.  
  3. @x l.31
  4. #include <stdio.h>
  5. @y
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8.  
  9. #ifdef _AMIGA
  10. const unsigned char Version[] =
  11.   "$VER: MPtoSTR 0.60 ("__DATE__", "__TIME__")\n";
  12. #endif
  13.  
  14. void usage(char *);
  15. void err(char *);
  16. char *getline(void);
  17. int match_str(char *, char *);
  18. int getbta(char *);
  19. void copytex(void);
  20. void do_line(void);
  21. @z
  22.