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