#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define MAXLINE 1000

extern char mfile[128];
extern FILE *fp;
int get_memofile();
