index
:
suspect-devices/linguist
content-type-fix
jenkins-pluginspec
mac-format
master
Language Savant
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
C++
/
bar.hpp
blob: a87343c2afdbdf16524c711253031ad65be19910 (
plain
)
1
2
3
4
5
6
7
8
9
10
class
Bar
{
protected
:
char
*
name
;
public
:
void
hello
();
}