7 lines
101 B
C
7 lines
101 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
#else
|
|
extern
|
|
#endif
|
|
char* msvc_demangle(const char* sym, int options);
|