*/
#include <stdio.h>
#include <string.h>
extern char *malloc(), *realloc();
extern void *malloc(), *realloc();
char *xmalloc (size)
int size;
#endif
extern int errno;
extern char *malloc();
extern void *malloc();
extern char *getenv();
int overwrite_files = 0;
strcpy(fnamebuf, "/tmp");
}
strcat(fnamebuf, "/mpackXXXXXX");
mktemp(fnamebuf);
mkstemp(fnamebuf);
outfname = strsave(fnamebuf);