#ifndef MAP_H #define MAP_H typedef struct map_node map; typedef int (*cmp_func)(void*, void*); #endif