#ifndef __SMCC_STRPOOL_H__ #define __SMCC_STRPOOL_H__ #include #include "../ds/hash.h" typedef struct strpool { long_alloc_t *long_alloc; } strpool_t; void new_strpool(); #endif // __SMCC_STRPOOL_H__