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.
|
Typedef Documentation
| typedef int(MAMACALLTYPE * mamaSymbolMapFunc)(void *closure, char *result, const char *symbol, size_t maxLen) |
Prototype for symbol-mapping function.
- Parameters
-
| 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. |
- Returns
- Whether a mapping for the symbol was found.