blob: c8ea481cdd06fd43b7e85a0815b0ed41f62efc4e [file] [log] [blame]
#ifdef _WIN32
__declspec(dllexport)
#endif
int bottom(void)
{
return 23;
}