#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include <inttypes.h>
#include <stdint.h>
#include "m_token.h"
#include "m_ms.h"
Functions | |
uMToken * | decode_ms_name (sGcCtx *gc, const char *name) |
char * | encode_ms_name (sGcCtx *gc, uMToken *tok) |
Decodes an MSVC export name.
[in] | gc | sGcCtx pointer for collecting memory allocations. |
[in] | name | MSVC C++ mangled export string. |