2021-12-08 00:18:10 +01:00

5 lines
52 B
Plaintext

__declspec(dllexport) int example()
{
return 0;
}