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