Raw File
example.txt
__declspec(dllexport) int example()
{
  return 0;
}
back to top