gwion-util
utilities for the Gwion project
|
#include "gwion_util.h"
Go to the source code of this file.
Macros | |
#define | TABLE_SZ(sz) (sizeof(struct SymTable_) + sz * SZ_INT) |
Functions | |
ANN SymTable * | new_symbol_table (MemPool p, const size_t sz) |
static ANN void | free_symbol (MemPool p, const Symbol s) |
ANN void | free_symbols (SymTable *const ht) |
static Symbol | mksymbol (MemPool p, const m_str name, const Symbol next) |
ANN Symbol | insert_symbol (SymTable *const ht, const m_str name) |
Definition at line 39 of file symbol.c.