blob: e8450c2621a82803d536df6b2ce0d5a6a88a14c7 [file]
#include <liba.h>
#ifdef _WIN32
__declspec(dllexport)
#endif
int ask(void)
{
return answer();
}