digitalmars.com                      
Last update Sun Mar 4 12:00:59 2018

unmangle.h


unmangle_indent

Header
unmangle.h
Prototype
char *unmangle_ident(char *ident)
Description
The unmangle_ident function unmangles the C++ identifier in the ident argument. The function allocates enough memory for the unmangled identifier and returns a pointer to this memory. You should deallocate this memory when you no longer need it.
Return Value
A pointer to the unmangled identifier.
Compatibility
DOS Windows 3.x Phar Lap DOSX Win32
Home | Compiler & Tools | IDDE Reference | STL | Search | Download | Forums