Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0d8556bf7600a11e7ead052d926ab5884256d09
/
.
/
Tests
/
RunCMake
/
Ninja
/
greeting2.c
blob: cc8409c117cdf32bb2c44be8a057cf15ffb59672 [
file
]
#include
<stdio.h>
void
greeting2
(
void
)
{
printf
(
"Hello world 2!\n"
);
fflush
(
stdout
);
}