Changes for MPTOTR.C by Andreas Scherer, February 26, 1995.

@x l.31
#include <stdio.h>
@y
#include <stdio.h>
#include <stdlib.h>

#ifdef _AMIGA
const unsigned char Version[] =
  "$VER: MPtoSTR 0.60 ("__DATE__", "__TIME__")\n";
#endif

void usage(char *);
void err(char *);
char *getline(void);
int match_str(char *, char *);
int getbta(char *);
void copytex(void);
void do_line(void);
@z
