#include <mama/types.h>Go to the source code of this file.
Typedefs | |
| typedef int(MAMACALLTYPE * | mamaSymbolMapFunc )(void *closure, char *result, const char *symbol, size_t maxLen) |
| Prototype for symbol-mapping function. More... | |
| typedef int(MAMACALLTYPE * mamaSymbolMapFunc)(void *closure, char *result, const char *symbol, size_t maxLen) |
Prototype for symbol-mapping function.
| closure | Caller supplied closure. |
| result | The resulting symbol after mapping. |
| symbol | The symbol to be mapped. |
| maxLen | The maximum length of the mapped symbol (i.e., "result"), including trailing NULL. |