Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RustMix
/
c_static.c
blob: 6af1de2f797ed1e4fb044c796aa7199b9bceb726 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
void
c_static_greet
()
{
printf
(
"Hello from a C static library!"
);
}