Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
5ffed8c9381931663113051608c6bc8227fff29a
/
.
/
Tests
/
RustMix
/
c_shared.c
blob: 42255a39242bdce0f7a0f38d3f15d582e8a8ff80 [
file
]
#include
<stdio.h>
void
c_shared_greet
()
{
printf
(
"Hello from a C shared library!"
);
}