Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d831c0873aa07a2e546edc5d512ab40ddd40ee26
/
.
/
Tests
/
SubDir
/
AnotherSubdir
/
secondone.c
blob: 3e9e5afe6b84f2a94c5bf72f78ed23e5d4265bff [
file
]
#include
<stdio.h>
void
secondone
()
{
printf
(
"Hello again\n"
);
}