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