8 lines
74 B
C
Raw Normal View History

2020-08-30 11:54:41 +02:00
#if defined(_WIN32)
__declspec(dllexport)
#endif
2024-04-14 22:45:38 +02:00
void func_c(void)
2020-08-30 11:54:41 +02:00
{
}