Add license
[knight_shuffling_tower.git] / hashmap.h
blobabdbe15821806b7d35ff153b3bf0f41d1e30b9f3
1 #ifndef _HASHMAP_H_
2 # define _HASHMAP_H_
4 # include "ast.h"
6 ast_var *find_var(const char *key);
8 void hashmap_initialize();
10 #endif