blob: 73ab3fcca34f44a58d73263c2f43f529e935d82a [file] [log] [blame]
#include "shared.h"
const char *shared_get_string() {
return "This is a C string from a shared library.";
}