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