Man Page c++filt.1




NAME

     c++filt - c++ name demangler


SYNOPSIS

     c++filt filename...


DESCRIPTION

     c++filt copies each file name in sequence, and writes it  on
     the  standard  output  after decoding symbols that look like
     C++ mangled names.

     c++filt handles Sun C++ versions  3.0  through  5.0  mangled
     names.

     c++filt reads from the standard input if no  input  file  is
     specified.


SEE ALSO

     nm(1), dem(1)