Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
CPackComponentsForAll
/
mylib.cpp
blob: 8d63071645c7b9f2a32d564adf77b7faa72d994b [
file
]
#include
"mylib.h"
#include
"stdio.h"
void
mylib_function
()
{
printf
(
"This is mylib"
);
}