index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
Ninja
/
greeting2.c
blob: c6ed87daa067cc301dc02989522db7a2a230d78d (
plain
)
1
2
3
4
5
6
#include <stdio.h>
void
greeting2
(
void
)
{
printf
(
"Hello world 2!
\n
"
);
}