jsfw/hashmap.h

7 lines
65 B
C

#ifndef HASHMAP_H
#define HASHMAP_H
#include <stdint.h>
#endif