5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
__declspec(dllexport) int example()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|