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