repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.1.44
[lilypond.git]
/
flower
/
rtti.cc
blob
911e1915150af9bcad6720020db42977fca73497
1
2
3
4
/*#include <typeinfo>
5
6
signature S
7
{
8
int foo ();
9
int bar (int);
10
};
11
*/
12
13
#include <ctype.h>
14
#include
"virtual-methods.hh"
15
16
17
const char
*
18
demangle_classname
(
char const
*
s
)
19
{
20
while
(
isdigit
(*
s
))
21
s
++;
22
return
s
;
23
}