Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
CPackComponentsDEB
/
subdir
/
myotherlib.cpp
blob: eec270cdc15ae565ecf339fd80cd3c2969bfa22a [
file
]
#include
"myotherlib.h"
#include
"stdio.h"
void
myotherlib_function
()
{
printf
(
"This is myotherlib"
);
}