#ifndef __MAPFILE_D
#define __MAPFILE_D

char *mapfile(char*,long*);
char *mapfd(int,long*);

#endif/*__MAPFILE_D*/