Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
RustMix
/
c_obj.c
blob: e269d41fef0cb96b46cbd00740cf9bd5cf91c3e5 [
file
]
#include
<stdio.h>
void
c_obj_greet
()
{
printf
(
"Hello from a C object file!"
);
}