2022-08-04 22:12:04 +02:00

12 lines
99 B
C

int main(void)
{
return 0;
}
#ifdef _WIN32
__declspec(dllexport)
#endif
void main_c(void)
{
}