blob: ae0f394d5ca8664625fde80ef32b21bbab6a3298 [file]
#include"bob.h"
#ifdef _MSC_VER
__declspec(dllexport)
#endif
const char* get_bob() {
return "bob";
}