blob: 6af1de2f797ed1e4fb044c796aa7199b9bceb726 [file]
#include <stdio.h>
void c_static_greet()
{
printf("Hello from a C static library!");
}