blob: ec8b33e6496514a64a03572a4078ed4bb3f1c456 [file]
extern "C" int call_from_c();
int c_lib_get_value() {
return call_from_c();
}