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