|
gwion-util
utilities for the Gwion project
|
#include "gwion_thread.h"Go to the source code of this file.
Data Structures | |
| struct | Symbol_ |
| struct | SymTable_ |
Typedefs | |
| typedef struct Symbol_ * | Symbol |
| typedef struct SymTable_ | SymTable |
Functions | |
| ANN SymTable * | new_symbol_table (MemPool p, const size_t sz) |
| ANN Symbol | insert_symbol (SymTable *const, const m_str) __attribute__((pure)) |
| __attribute__ ((pure)) ANN static inline m_str s_name(const Symbol s) | |
| ANN void | free_symbols (SymTable *const) |
Definition at line 39 of file symbol.c.