avr-c++filt (1) Linux Manual Page
c++filt – Demangle C++ and Java symbols. Synopsisc++filt [-_|–strip-underscore] [-n|–no-strip-underscore] [-p|–no-params] [-t|–types] [-i|–no-verbose] [-s format|–format=format] [–help] [–version] [symbol…] DescriptionThe C++ and Java languages provide function overloading, which means that you can write many functions with the same name, providing that each function takes parameters of different types. In order to be able to distinguish these similarly named functions…
