extern int printf(const char *format, ...);
extern char *cplus_demangle(const char *, int);
int main(void)
{
char symbol[4096] = "FieldName__9ClassNameFd";
char *tmp;
tmp = cplus_demangle(symbol, 0);
printf("demangled symbol: {%s}\n", tmp);
return 0;
}
nk rel='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
Age | Commit message (Expand) | Author | Files | Lines |
cfa5ca271a6ee20b7d49312a3408a4e05d0f'>root/tools/cgroup/MakefileAge | Commit message (Expand) | Author | Files | Lines |
2afc9d7c279b880dfcac8f27d513b50&showmsg=1'>Expand)Author | Files | Lines |