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