Sign in
fuchsia
/
third_party
/
cmake
/
31de823fcd81d0c5565b72c995ff34149544474a
/
.
/
Tests
/
SubDir
/
ThirdSubDir
/
thirdone.c
blob: 3e9e5afe6b84f2a94c5bf72f78ed23e5d4265bff [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
secondone
()
{
printf
(
"Hello again\n"
);
}