repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: add more paths for the HP
[cmake.git]
/
Example
/
Hello
/
hello.h
blob
b17d683432d3c7d2b09e75b4ab014089c550c98e
1
#ifndef _hello_h
2
#define _hello_h
3
4
5
class
Hello
6
{
7
public
:
8
void
Print
();
9
};
10
11
#endif