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.cxx
blob
7107cc555897bc3f8058dd6eb3a74f19640fe1fd
1
#include
"hello.h"
2
#include <stdio.h>
3
4
void
Hello
::
Print
()
5
{
6
printf
(
"Hello, World!
\n
"
);
7
}