lilpmap
struct lilpmap limited_map;
extern int g_get_limited_map(char *, struct lilpmap *, int);
struct lilpmap limited_map;
struct lilpmap map;
(void) memset(&map, 0, sizeof (struct lilpmap));
struct lilpmap map;
(void) memset(&map, 0, sizeof (struct lilpmap));
g_get_limited_map(char *path, struct lilpmap *map_ptr, int verbose)
(void) memset(map_ptr, 0, sizeof (struct lilpmap));