Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RustMix
/
c_obj.c
blob: e269d41fef0cb96b46cbd00740cf9bd5cf91c3e5 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
void
c_obj_greet
()
{
printf
(
"Hello from a C object file!"
);
}