blob: 05ffe2d9cb5867e4b80a0091b613a27782186daa [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int empty_c(void)
{
return 0;
}