blob: 42255a39242bdce0f7a0f38d3f15d582e8a8ff80 [file] [log] [blame] [edit]
#include <stdio.h>
void c_shared_greet()
{
printf("Hello from a C shared library!");
}